We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9eea829 commit ab920d9Copy full SHA for ab920d9
src/configs/svelte.ts
@@ -88,6 +88,7 @@ export async function svelte(
88
89
...stylistic
90
? {
91
+ 'style/indent': 'off', // superseded by svelte/indent
92
'style/no-trailing-spaces': 'off', // superseded by svelte/no-trailing-spaces
93
'svelte/derived-has-same-inputs-outputs': 'error',
94
'svelte/html-closing-bracket-spacing': 'error',
0 commit comments