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:
-rw-r--r--.eslintrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/.eslintrc b/.eslintrc
index ebcdc19..2c0c1f4 100644
--- a/.eslintrc
+++ b/.eslintrc
@@ -18,6 +18,8 @@
"no-array-constructor": 2,
"no-bitwise": 2,
"no-constant-condition": 0,
+ "no-dupe-args": 2,
+ "no-duplicate-case": 2,
"no-eval": 2,
"no-floating-decimal": 2,
"no-implied-eval": 2,