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-03-23 22:18:24 +0300
committerChris Rebert <code@rebertia.com>2015-03-23 22:18:24 +0300
commit115b0d85e53713116db18fbab1ca19472929e7ea (patch)
treea07ec865ad160146f31db7adc57e7902d98faf68
parent904eb07846772843d7f6634b8c4a8cb28f0a58d7 (diff)
ESLint: enable no-dupe-args & no-duplicate-case
-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,