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-04-08 03:44:08 +0300
committerChris Rebert <code@rebertia.com>2015-04-08 03:44:08 +0300
commit79d614f8825252f91d05f6388d6985ba0fad0299 (patch)
treeb34373fe815f1b436a217fe628990680b441db57
parent250bd5f277c8b5f257e92c952ac51de61759e644 (diff)
update ESLint config
-rw-r--r--.eslintrc2
1 files changed, 2 insertions, 0 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,