瀏覽代碼

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/indent": [
             "warn",
-            4,
-            {
-                "ignoredNodes": ["TSTypeParameterInstantiation"]
-            }
+            4
         ],
         "@typescript-eslint/member-delimiter-style": [
             "off",