Skip to content

Commit

Permalink
[dist] Added .jshintrc
Browse files Browse the repository at this point in the history
  • Loading branch information
indexzero committed Aug 1, 2014
1 parent b8282d1 commit 99cddb5
Showing 1 changed file with 53 additions and 0 deletions.
53 changes: 53 additions & 0 deletions .jshintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
{
"passfail": false,
"maxerr": 100,

"browser": false,
"node": true,
"rhino": false,
"couch": true,
"wsh": true,
"jquery": true,
"prototypejs": false,
"mootools": false,
"dojo": false,

"devel": true,

"strict": false,
"globalstrict": false,

"asi": false,
"lastsemic": true,
"laxbreak": true,
"laxcomma": false,
"bitwise": false,
"boss": false,
"curly": true,
"eqeqeq": true,
"eqnull": false,
"evil": false,
"expr": false,
"forin": false,
"immed": false,
"latedef": false,
"loopfunc": true,
"noarg": true,
"regexp": true,
"regexdash": false,
"scripturl": true,
"shadow": true,
"supernew": true,
"undef": true,

"newcap": true,
"noempty": true,
"nonew": true,
"nomen": false,
"onevar": true,
"plusplus": false,
"sub": true,
"trailing": true,
"white": false,
"indent": 2
}

0 comments on commit 99cddb5

Please sign in to comment.