ソースを参照

revert eslint indent rule (conflicts with switch statement)

Alexander Rose 5 年 前
コミット
24fc37105e
1 ファイル変更1 行追加4 行削除
  1. 1 4
      .eslintrc.json

+ 1 - 4
.eslintrc.json

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