Skip to content

Commit 94e0d7d

Browse files
committed
Fix base config
1 parent ed8b939 commit 94e0d7d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/configs/base.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ export = {
88
// ESLint core rules known to cause problems with `.svelte`.
99
"no-inner-declarations": "off", // The AST generated by svelte-eslint-parser will false positives in it rule because the root node of the script is not the `Program`.
1010
// "no-irregular-whitespace": "off",
11+
12+
// @ota-meshi/eslint-plugin-svelte rules
13+
"@ota-meshi/svelte/comment-directive": "error",
14+
"@ota-meshi/svelte/system": "error",
1115
},
1216
},
1317
],

0 commit comments

Comments
 (0)