Skip to content

Commit

Permalink
added js review
Browse files Browse the repository at this point in the history
  • Loading branch information
mjhea0 committed Jan 8, 2017
1 parent ad64334 commit 821605b
Show file tree
Hide file tree
Showing 3 changed files with 418 additions and 9 deletions.
45 changes: 45 additions & 0 deletions .jshintrc
@@ -0,0 +1,45 @@
{
"globals": {
"esnext": true,
"jasmine": false,
"spyOn": false,
"it": false,
"console": false,
"describe": false,
"expect": false,
"beforeEach": false,
"afterEach": false,
"waits": false,
"waitsFor": false,
"runs": false,
"$": false,
"confirm": false,
"Cookies": false,
"io": false
},
"esnext": true,
"node" : true,
"browser" : true,
"boss" : false,
"curly": false,
"debug": false,
"devel": false,
"eqeqeq": true,
"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": false
}

0 comments on commit 821605b

Please sign in to comment.