Selaa lähdekoodia

add no-constant-binary-expression to eslint

Alexander Rose 1 vuosi sitten
vanhempi
commit
e6a4122d1c
1 muutettua tiedostoa jossa 2 lisäystä ja 1 poistoa
  1. 2 1
      .eslintrc.json

+ 2 - 1
.eslintrc.json

@@ -55,7 +55,8 @@
         "block-spacing": "error",
         "keyword-spacing": "off",
         "space-before-blocks": "error",
-        "semi-spacing": "error"
+        "semi-spacing": "error",
+        "no-constant-binary-expression": "error"
     },
     "overrides": [
         {