diff --git a/.eslintrc.json b/.eslintrc.json index a042c36..5eed00e 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -18,10 +18,6 @@ }, "plugins": ["@typescript-eslint"], "rules": { - "indent": ["error", 4], - "linebreak-style": ["error", "unix"], - "quotes": ["error", "double"], - "semi": ["error", "always"], "no-unused-vars": "off", "@typescript-eslint/no-unused-vars": [ "warn", @@ -31,8 +27,6 @@ "caughtErrorsIgnorePattern": "^_" } ], - "no-trailing-spaces": "error", - "@typescript-eslint/no-explicit-any": "error", - "comma-dangle": ["error", "never"] + "@typescript-eslint/no-explicit-any": "error" } }