We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3825cd commit a6be605Copy full SHA for a6be605
.jshintrc
@@ -5,7 +5,7 @@
5
"freeze": true,
6
"funcscope": true,
7
"futurehostile": true,
8
- "globalstrict": true,
+ "strict": "global",
9
"latedef": true,
10
"maxparams": 1,
11
"noarg": true,
package.json
@@ -6,7 +6,7 @@
},
"devDependencies": {
"jscs": "^1.13.1",
- "jshint": "^2.8.0",
+ "jshint": "^2.9.1-rc.1",
"pulp": "^4.0.2",
"rimraf": "^2.4.1"
12
}
0 commit comments