Parcourir la source

temporarily disable no-underscore-dangle

Thomas Grainger il y a 8 ans
Parent
commit
38813b71da
1 fichiers modifiés avec 4 ajouts et 1 suppressions
  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
+  }
 }