Skip to content

Commit a6be605

Browse files
committed
Update for new jshint
1 parent f3825cd commit a6be605

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)