Sfoglia il codice sorgente

temporarily disable no-underscore-dangle

Thomas Grainger 8 anni fa
parent
commit
38813b71da
1 ha cambiato i file con 4 aggiunte e 1 eliminazioni
  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
+  }
 }