Skip to content

Commit 6397ab2

Browse files
committed
Disable svelte/no-navigation-without-resolve rule
This one also gives lots of false positives
1 parent 414d4a2 commit 6397ab2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

web/eslint.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ export default ts.config(
3737
},
3838
rules: {
3939
"svelte/prefer-svelte-reactivity": "off",
40+
"svelte/no-navigation-without-resolve": "off",
4041
},
4142
},
4243
);

0 commit comments

Comments
 (0)