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

github.com/twbs/mq4-hover-shim.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 22:05:28 +0300
committerChris Rebert <github@rebertia.com>2015-04-08 22:05:28 +0300
commit19ab57b0dfca12992d2a2eecc2d5f1de81b75288 (patch)
tree5f62756a222ffe22c1e86bb7dd712ba9968e8790
parent2c13ef6a1cfd79872f734d17ecd949e781f1eb76 (diff)
parent1cfb17bfcb2b402e3ae97b5693d42522a50ca764 (diff)
Merge pull request #19 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 7fc2b7c..25ac1d7 100644
--- a/.eslintrc
+++ b/.eslintrc
@@ -30,6 +30,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,
@@ -38,6 +39,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 83ed3d3..dc2f7df 100644
--- a/package.json
+++ b/package.json
@@ -41,7 +41,7 @@
"grunt-browserify": "^3.2.1",
"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",
"jscs-jsdoc": "^0.4.0",
"load-grunt-tasks": "^3.0.0",