Remove formatting rules from .eslintrc.json

pull/8/head
Skyler Grey 3 years ago
parent 75ea917f2e
commit 67c1f74ae8
Signed by: Minion3665
GPG Key ID: 1AFD10256B3C714D

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

Loading…
Cancel
Save