Another eslint rule

This commit is contained in:
David Carley
2022-09-05 21:44:57 +00:00
parent 135b46df23
commit 70bbee974f
6 changed files with 38 additions and 34 deletions

View File

@@ -19,6 +19,8 @@ globals:
SvelteComponents: readonly
Clusterize: readonly
SockJS: readonly
ignorePatterns:
- "**/dist/**/*"
rules:
indent:
- off
@@ -57,6 +59,8 @@ rules:
- error
keyword-spacing:
- error
no-multi-spaces:
- error
"@typescript-eslint/no-var-requires":
- off
no-multiple-empty-lines: