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-04-08 21:55:18 +0300
committerChris Rebert <code@rebertia.com>2015-04-08 21:55:18 +0300
commit1cfb17bfcb2b402e3ae97b5693d42522a50ca764 (patch)
tree2c051455ed78ebbc66f691160f4aedacf3b5c094
parent6bd197eed530c47052224b133d298659918d2bfd (diff)
update ESLint config
-rw-r--r--.eslintrc2
1 files changed, 2 insertions, 0 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,