Created
May 21, 2012 19:22
-
-
Save irae/2764095 to your computer and use it in GitHub Desktop.
Revisions
-
irae created this gist
May 21, 2012 .There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,70 @@ { /*** Globals ***/ // To ignore any custom global variables, enable the `predef` option and list // your variables within it. "predef": [ "exports", "YUITest", "YUI", "YUI_config", "YAHOO", "YAHOO_config", "Y", "global", "process", "require", "__filename", "module", "document", "navigator", "console", "window" ], /*** Enforcing options ***/ // Set these to `true` to enforce, or `false` to relax. "adsafe": false, "safe": false, /*** Relaxing options ***/ // Set these to `true` to relax, or `false` to enforce. "bitwise": false, "cap": false, "confusion": true, "continue": true, "css": true, "debug": false, "eqeq": false, "es5": true, "evil": false, "forin": false, "fragment": true, "newcap": false, "nomen": false, "on": false, "plusplus": false, "regexp": true, "sloppy": false, "sub": false, "undef": false, "unparam": true, "vars": true, "white": false, "validthis": true, "strict_mode":true, /*** Environments ***/ // Set each environment that you're using to `true`. "browser": true, "devel": false, "node": true, "rhino": false, "widget": false, "windows": false, /*** Miscellaneous ***/ "indent": 4, "maxerr": 50, // "maxlen": 80, "passfail": false }