Skip to content

Commit

Permalink
Committing basic jshint
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanBennett committed Jun 22, 2014
1 parent 84c1549 commit ea8dec9
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions .jshintrc
@@ -0,0 +1,39 @@
{
"globals": {
"jasmine": false,
"spyOn": false,
"it": false,
"console": false,
"describe": false,
"expect": false,
"beforeEach": false,
"waits": false,
"waitsFor": false,
"runs": false
},

"node" : true,
"browser" : true,

"boss" : false,
"curly": false,
"debug": false,
"devel": false,
"evil": true,
"forin": false,
"immed": true,
"laxbreak": false,
"newcap": true,
"noarg": true,
"noempty": false,
"nonew": false,
"nomen": false,
"onevar": true,
"plusplus": false,
"regexp": false,
"undef": true,
"sub": true,
"strict": false,
"white": true,
"unused": true
}

0 comments on commit ea8dec9

Please sign in to comment.