remove duplicate eslint rules

This commit is contained in:
Matteo Pagliazzi
2016-01-23 19:13:24 +01:00
parent 1a31f73238
commit cded1aa8ab

View File

@@ -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,