From 115b0d85e53713116db18fbab1ca19472929e7ea Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Mon, 23 Mar 2015 12:18:24 -0700 Subject: ESLint: enable no-dupe-args & no-duplicate-case --- .eslintrc | 2 ++ 1 file changed, 2 insertions(+) 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, -- cgit v1.2.3