Skip to content

Commit

Permalink
fix(svelte): disable style/indent in svelte files (#400)
Browse files Browse the repository at this point in the history
  • Loading branch information
thenbe committed Feb 6, 2024
1 parent 9eea829 commit ab920d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/configs/svelte.ts
Expand Up @@ -88,6 +88,7 @@ export async function svelte(

...stylistic
? {
'style/indent': 'off', // superseded by svelte/indent
'style/no-trailing-spaces': 'off', // superseded by svelte/no-trailing-spaces
'svelte/derived-has-same-inputs-outputs': 'error',
'svelte/html-closing-bracket-spacing': 'error',
Expand Down

0 comments on commit ab920d9

Please sign in to comment.