Skip to content
This repository was archived by the owner on Sep 17, 2018. It is now read-only.

Commit 4109b1a

Browse files
committed
Merge pull request #28 from twbs/bump-eslint
Bump grunt-eslint to ^10.0.0
2 parents 4337c54 + 79d614f commit 4109b1a

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.eslintrc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
"no-multi-spaces": 2,
3232
"no-multiple-empty-lines": 0,
3333
"no-new-object": 2,
34+
"no-param-reassign": 0,
3435
"no-process-env": 2,
3536
"no-reserved-keys": 0,
3637
"no-self-compare": 2,
@@ -39,6 +40,7 @@
3940
"no-trailing-spaces": 2,
4041
"no-underscore-dangle": 0,
4142
"no-void": 2,
43+
"one-var": [2, "never"],
4244
"operator-assignment": [2, "always"],
4345
"padded-blocks": 0,
4446
"quotes": 0,

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"grunt-contrib-clean": "^0.6.0",
2828
"grunt-contrib-jshint": "^0.11.0",
2929
"grunt-contrib-nodeunit": "^0.4.1",
30-
"grunt-eslint": "^9.0.0",
30+
"grunt-eslint": "^10.0.0",
3131
"grunt-jscs": "^1.5.0",
3232
"load-grunt-tasks": "^3.1.0"
3333
},

0 commit comments

Comments
 (0)