This commit is contained in:
Fabian 2024-07-03 18:57:09 +02:00
parent 343592ac9a
commit 419a05e247
2 changed files with 8 additions and 1 deletions

View file

@ -1,6 +1,13 @@
export default [
{
rules: {
"eol-last": "error",
//"no-extra-parens": "error",
"no-trailing-spaces": "error",
"no-extra-semi": "error",
"no-tabs": "error",
//"quotes": ["error", "double", { "avoidEscape": true }],
//"keyword-spacing": ["error", { "after": false }],
"semi": "error",
//"no-var": "error",
"radix": "error",