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 <code@rebertia.com>2015-02-23 03:14:53 +0300
committerChris Rebert <code@rebertia.com>2015-02-23 03:14:53 +0300
commit865f6a65ef7ea79ec20ae17f3929c268658bfa9b (patch)
treecd245609d4abad32a8b78f24383d65f0a95a4f33
parent15c0a23257edaa65883fa3e2a2ddcf0462bb7b66 (diff)
bump grunt-eslint to ^7.0.0
-rw-r--r--.eslintrc3
-rw-r--r--package.json2
2 files changed, 3 insertions, 2 deletions
diff --git a/.eslintrc b/.eslintrc
index 5d2a7cc..41c85eb 100644
--- a/.eslintrc
+++ b/.eslintrc
@@ -33,6 +33,7 @@
"no-self-compare": 2,
"no-space-before-semi": 2,
"no-spaced-func": 2,
+ "no-throw-literal": 2,
"no-trailing-spaces": 2,
"no-underscore-dangle": 0,
"no-void": 2,
@@ -41,9 +42,9 @@
"quotes": 0,
"radix": 2,
"semi": [2, "always"],
- "space-after-function-name": [2, "never"],
"space-after-keywords": [2, "always", {"checkFunctionKeyword": true}],
"space-before-blocks": [2, "always"],
+ "space-before-function-parentheses": [2, {"anonymous": "always", "named": "never"}],
"space-in-brackets": [2, "never"],
"space-in-parens": [2, "never"],
"space-return-throw-case": 2,
diff --git a/package.json b/package.json
index c26613b..f5e57f3 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": "^6.0.0",
+ "grunt-eslint": "^7.0.0",
"grunt-jscs": "^1.5.0",
"load-grunt-tasks": "^3.1.0"
},