Skip to content
This repository has been archived by the owner on Jun 21, 2019. It is now read-only.

Commit

Permalink
Adding .jshintrc
Browse files Browse the repository at this point in the history
  • Loading branch information
ozten committed Jan 28, 2014
1 parent 29b84cc commit 65b821a
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions .jshintrc
@@ -0,0 +1,28 @@
{
"passfail": false,
"maxerr": 100,
"node": true,
"forin": false,
"boss": true,
"noarg": true,
"undef": true,
"unused": true,
"browser": true,
"laxbreak": true,
"laxcomma": true,
"eqeqeq": true,
"eqnull": true,
"expr": true,
"indent": 2,
"white": false,
"predef": [
"exports",
"require",
"process"
],
"esnext": true,
"shadow": false,
"supernew": false,
"strict": false
}

0 comments on commit 65b821a

Please sign in to comment.