Skip to content

Commit ab920d9

Browse files
authored
fix(svelte): disable style/indent in svelte files (#400)
1 parent 9eea829 commit ab920d9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/configs/svelte.ts

+1
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ export async function svelte(
8888

8989
...stylistic
9090
? {
91+
'style/indent': 'off', // superseded by svelte/indent
9192
'style/no-trailing-spaces': 'off', // superseded by svelte/no-trailing-spaces
9293
'svelte/derived-has-same-inputs-outputs': 'error',
9394
'svelte/html-closing-bracket-spacing': 'error',

0 commit comments

Comments
 (0)