Forráskód Böngészése

Ideally it should just ignore window, document and such

Artur Paikin 9 éve
szülő
commit
be4d3f07b7
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      .eslintrc

+ 1 - 1
.eslintrc

@@ -93,7 +93,7 @@
     "no-trailing-spaces": 0,
     "no-this-before-super": 0,
     "no-throw-literal": 0,
-    "no-undef": 2,
+    "no-undef": 0,
     "no-undef-init": 0,
     "no-undefined": 0,
     "no-unexpected-multiline": 0,