Explorar o código

revert eslint indent rule (conflicts with switch statement)

Alexander Rose %!s(int64=5) %!d(string=hai) anos
pai
achega
24fc37105e
Modificáronse 1 ficheiros con 1 adicións e 4 borrados
  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",