Skip to content

Commit

Permalink
Merge pull request #130 from bem/jshint
Browse files Browse the repository at this point in the history
Updated jshint config
  • Loading branch information
eGavr committed Jun 8, 2015
2 parents 9522330 + 532aac5 commit 88d3454
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 14 deletions.
7 changes: 1 addition & 6 deletions .jshintrc
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
{
"bitwise": true,
"eqeqeq": true,
"es3": true,
"forin": true,
"freeze": true,
"immed": true,
"latedef": "nofucn",
"latedef": "nofunc",
"noarg": true,
"noempty": true,
"nonbsp": true,
Expand All @@ -16,10 +15,6 @@
"browser": true,
"node": true,

"globals": {
"modules": false
},

"expr": true,
"sub": true
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"mocha": "1.18.2",
"must": "0.11.0",
"istanbul": "0.3.0",
"jshint": "2.6.0",
"jshint": "2.8.0",
"jscs": "1.11.3"
},
"scripts": {
Expand Down
9 changes: 2 additions & 7 deletions test/.jshintrc
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
{
"bitwise": true,
"curly": true,
"eqeqeq": true,
"forin": true,
"freeze": true,
"immed": true,
"latedef": "nofucn",
"latedef": "nofunc",
"noarg": true,
"noempty": true,
"nonbsp": true,
Expand All @@ -15,11 +14,7 @@

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

"globals": {
"describe": false,
"it": false
},
"mocha": true,

"expr": true,
"sub": true
Expand Down

0 comments on commit 88d3454

Please sign in to comment.