diff --git a/.eslintrc.json b/.eslintrc.json index d3a43ff..e742a49 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -29,7 +29,6 @@ "error", { "allowExpressions": true } ], - "@typescript-eslint/func-call-spacing": ["error", "never"], "@typescript-eslint/no-array-constructor": "error", "@typescript-eslint/no-empty-interface": "error", "@typescript-eslint/no-explicit-any": "error", @@ -52,8 +51,6 @@ "@typescript-eslint/restrict-plus-operands": "error", "semi": "off", "sort-imports": "off", - "@typescript-eslint/semi": ["error", "never"], - "@typescript-eslint/type-annotation-spacing": "error", "@typescript-eslint/unbound-method": "error" }, "env": {