Remove styling rules from eslint (now in prettier)

This commit is contained in:
2020-11-11 21:27:27 -06:00
parent 7706f525cf
commit 9b0da233c7

View File

@@ -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"]
}
}