Explorar el Código

temporarily disable no-underscore-dangle

Thomas Grainger hace 8 años
padre
commit
38813b71da
Se han modificado 1 ficheros con 4 adiciones y 1 borrados
  1. 4 1
      .eslintrc.json

+ 4 - 1
.eslintrc.json

@@ -1,4 +1,7 @@
 {
   "extends": "airbnb-base",
-  "env": { "browser": true }
+  "env": { "browser": true },
+  "rules": {
+    "no-underscore-dangle": 0
+  }
 }