linter fixes

This commit is contained in:
tiagosiebler
2023-02-17 15:43:27 +00:00
parent 649abf8bce
commit b5ff56a38e
2 changed files with 21 additions and 16 deletions

View File

@@ -44,13 +44,7 @@
"no-dupe-class-members": "off",
"no-param-reassign": ["error"],
"array-bracket-spacing": ["error", "never"],
"indent": [
"warn",
2,
{
"SwitchCase": 1
}
],
"indent": ["off"],
"linebreak-style": ["error", "unix"],
"lines-between-class-members": ["warn", "always"],
"semi": "off",