diff --git a/api/.eslintrc.json b/api/.eslintrc.json index b1d4df0..46b980e 100644 --- a/api/.eslintrc.json +++ b/api/.eslintrc.json @@ -7,15 +7,5 @@ }, "parserOptions": { "ecmaVersion": 2018 - }, - "rules": { - "semi": ["error"], - "no-trailing-spaces": ["error"], - "object-curly-newline": ["error"], - "object-property-newline": ["error"], - "quotes": ["error", "backtick"], - "indent": ["error", "tab"], - "curly": ["error"], - "brace-style": ["error"] } }