Skip to content
This repository was archived by the owner on Oct 4, 2020. It is now read-only.

Commit 6352e93

Browse files
committed
Fix for new jshint
1 parent c816f45 commit 6352e93

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.jshintrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"freeze": true,
66
"funcscope": true,
77
"futurehostile": true,
8-
"globalstrict": true,
8+
"strict": "global",
99
"latedef": true,
1010
"maxparams": 1,
1111
"noarg": true,

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
},
77
"devDependencies": {
88
"jscs": "^1.13.1",
9-
"jshint": "^2.8.0",
9+
"jshint": "^2.9.1-rc.1",
1010
"pulp": "^4.0.2",
1111
"rimraf": "^2.4.1"
1212
}

0 commit comments

Comments
 (0)