Explorar el Código

add no-constant-binary-expression to eslint

Alexander Rose hace 1 año
padre
commit
e6a4122d1c
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  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": [
         {