Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/grunt-css-flip.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <github@rebertia.com>2015-04-08 03:48:52 +0300
committerChris Rebert <github@rebertia.com>2015-04-08 03:48:52 +0300
commit4109b1ae8587638e0094c2e081c5ec17bf61147b (patch)
treeb34373fe815f1b436a217fe628990680b441db57
parent4337c547662b63636a461ec391c610cde6dcc7bc (diff)
parent79d614f8825252f91d05f6388d6985ba0fad0299 (diff)
Merge pull request #28 from twbs/bump-eslint
Bump grunt-eslint to ^10.0.0
-rw-r--r--.eslintrc2
-rw-r--r--package.json2
2 files changed, 3 insertions, 1 deletions
diff --git a/.eslintrc b/.eslintrc
index 7f4bef0..93b72a6 100644
--- a/.eslintrc
+++ b/.eslintrc
@@ -31,6 +31,7 @@
"no-multi-spaces": 2,
"no-multiple-empty-lines": 0,
"no-new-object": 2,
+ "no-param-reassign": 0,
"no-process-env": 2,
"no-reserved-keys": 0,
"no-self-compare": 2,
@@ -39,6 +40,7 @@
"no-trailing-spaces": 2,
"no-underscore-dangle": 0,
"no-void": 2,
+ "one-var": [2, "never"],
"operator-assignment": [2, "always"],
"padded-blocks": 0,
"quotes": 0,
diff --git a/package.json b/package.json
index ac30e9b..a2fdd90 100644
--- a/package.json
+++ b/package.json
@@ -27,7 +27,7 @@
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-jshint": "^0.11.0",
"grunt-contrib-nodeunit": "^0.4.1",
- "grunt-eslint": "^9.0.0",
+ "grunt-eslint": "^10.0.0",
"grunt-jscs": "^1.5.0",
"load-grunt-tasks": "^3.1.0"
},