Explorar o código

temporarily disable no-underscore-dangle

Thomas Grainger %!s(int64=8) %!d(string=hai) anos
pai
achega
38813b71da
Modificáronse 1 ficheiros con 4 adicións e 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
+  }
 }