Skip to content

Commit

Permalink
delete svelte/valid-compile rule from eslint-plugin-svelte
Browse files Browse the repository at this point in the history
  • Loading branch information
ryoppippi committed Jul 19, 2024
1 parent 225170d commit 5b2f2ad
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/configs/svelte.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ export async function svelte(
'svelte/no-useless-mustaches': 'error',
'svelte/require-store-callbacks-use-set-param': 'error',
'svelte/system': 'error',
'svelte/valid-compile': 'error',
'svelte/valid-each-key': 'error',

'unused-imports/no-unused-vars': [
Expand Down

0 comments on commit 5b2f2ad

Please sign in to comment.