Pārlūkot izejas kodu

Ideally it should just ignore window, document and such

Artur Paikin 9 gadi atpakaļ
vecāks
revīzija
be4d3f07b7
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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,