Fix ESLint

This commit is contained in:
Mylloon 2022-06-25 19:14:55 +02:00
parent a2bf8c8221
commit 4b2102b97f
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -29,7 +29,7 @@
"space-infix-ops": "warn", "space-infix-ops": "warn",
"brace-style": "warn", "brace-style": "warn",
"comma-spacing": "warn", "comma-spacing": "warn",
"indent": ["warn", { "SwitchCase": 2 }], "indent": ["warn", 4, { "SwitchCase": 1 }],
"arrow-spacing": "warn" "arrow-spacing": "warn"
} }
} }