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:
-rw-r--r--.eslintrc1
-rw-r--r--package.json2
2 files changed, 2 insertions, 1 deletions
diff --git a/.eslintrc b/.eslintrc
index fdd1ab4..e684e59 100644
--- a/.eslintrc
+++ b/.eslintrc
@@ -38,6 +38,7 @@
"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-in-brackets": [2, "never"],
diff --git a/package.json b/package.json
index 8eb5de4..45e4ed1 100644
--- a/package.json
+++ b/package.json
@@ -27,7 +27,7 @@
"grunt-contrib-clean": "~0.6.0",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-nodeunit": "~0.4.0",
- "grunt-eslint": "^2.1.0",
+ "grunt-eslint": "^3.0.0",
"grunt-jscs": "^1.1.0",
"load-grunt-tasks": "^2.0.0"
},