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 <code@rebertia.com>2015-02-11 00:33:51 +0300
committerChris Rebert <code@rebertia.com>2015-02-11 00:33:51 +0300
commitf256e70a64406fd30845cfc5998934bd2beded89 (patch)
tree0c974b872844e17c1e1a55ef447a6fd1df52affe
parent3b2934b9d55949c63e37dd867285bf7701535424 (diff)
bump grunt-eslint to ^6.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 0b56fa4..f0a1ca3 100644
--- a/.eslintrc
+++ b/.eslintrc
@@ -18,7 +18,9 @@
"no-array-constructor": 2,
"no-bitwise": 2,
"no-constant-condition": 0,
+ "no-eval": 2,
"no-floating-decimal": 2,
+ "no-implied-eval": 2,
"no-inline-comments": 0,
"no-irregular-whitespace": 2,
"no-mixed-spaces-and-tabs": 2,
diff --git a/package.json b/package.json
index 774c0a3..0ac1a5e 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": "^5.0.0",
+ "grunt-eslint": "^6.0.0",
"grunt-jscs": "^1.5.0",
"jscs-jsdoc": "^0.4.0",
"load-grunt-tasks": "^3.0.0",