Skip to content

Commit 414d4a2

Browse files
committed
Disable svelte/prefer-svelte-reactivity rule
This has a lot of false positives for local variables and etc. - we know when to use reactive collections and it should be obvious when a use is missing.
1 parent bf0cb1d commit 414d4a2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

web/eslint.config.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,8 @@ export default ts.config(
3535
svelteConfig,
3636
},
3737
},
38+
rules: {
39+
"svelte/prefer-svelte-reactivity": "off",
40+
},
3841
},
3942
);

0 commit comments

Comments
 (0)