diff --git a/.eslintrc b/.eslintrc index 7613632120..85937b0e6e 100644 --- a/.eslintrc +++ b/.eslintrc @@ -23,7 +23,6 @@ "no-lone-blocks": 2, "no-loop-func": 2, "no-implicit-coercion": 2, - "no-implied-eval": 2, "no-native-reassign": 2, "no-new-func": 2, "no-new-wrappers": 2, @@ -59,7 +58,6 @@ "no-path-concat": 2, "arrow-spacing": 2, "constructor-super": 2, - "generator-star-spacing": 2, "no-arrow-condition": 2, "no-class-assign": 2, "no-const-assign": 2,