From 1fd06acf2589e6c0fd0b8a394693e6c5e6b8d299 Mon Sep 17 00:00:00 2001 From: Graham McGregor Date: Thu, 29 Jun 2017 21:29:13 -0400 Subject: [PATCH] Turn down errors that we're not following anyways --- .eslintrc | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.eslintrc b/.eslintrc index fb66484..ceceb07 100644 --- a/.eslintrc +++ b/.eslintrc @@ -66,7 +66,6 @@ "no-loop-func": 2, "no-multi-str": 0, "no-native-reassign": 2, - "no-new": 2, "no-new-func": 2, "no-new-wrappers": 2, "no-octal": 2, @@ -80,7 +79,7 @@ "no-sequences": 2, "no-unused-expressions": 2, "no-void": 0, - "no-warning-comments": 2, + "no-warning-comments": 1, "no-with": 2, "radix": 2, "vars-on-top": 0, @@ -92,13 +91,11 @@ "no-catch-shadow": 2, "no-delete-var": 2, "no-label-var": 2, - "no-shadow": 2, "no-shadow-restricted-names": 2, "no-undef": 2, "no-undef-init": 2, "no-undefined": 2, "no-unused-vars": 2, - "no-use-before-define": 2, // Stylistic Issues "camelcase": 0, "consistent-this": 0, @@ -109,13 +106,11 @@ "no-array-constructor": 2, "no-inline-comments": 0, "no-lonely-if": 2, - "no-nested-ternary": 2, "no-new-object": 2, "no-ternary": 0, "no-underscore-dangle": 0, "one-var": 0, "operator-assignment": [2, "always"], - "sort-vars": [2, {"ignoreCase": true}], "wrap-regex": 0, // Legacy "max-depth": 0,