Pārlūkot izejas kodu

revert eslint indent rule (conflicts with switch statement)

Alexander Rose 5 gadi atpakaļ
vecāks
revīzija
24fc37105e
1 mainītis faili ar 1 papildinājumiem un 4 dzēšanām
  1. 1 4
      .eslintrc.json

+ 1 - 4
.eslintrc.json

@@ -16,10 +16,7 @@
         "@typescript-eslint/class-name-casing": "off",
         "@typescript-eslint/indent": [
             "warn",
-            4,
-            {
-                "ignoredNodes": ["TSTypeParameterInstantiation"]
-            }
+            4
         ],
         "@typescript-eslint/member-delimiter-style": [
             "off",