We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 414d4a2 commit 6397ab2Copy full SHA for 6397ab2
web/eslint.config.js
@@ -37,6 +37,7 @@ export default ts.config(
37
},
38
rules: {
39
"svelte/prefer-svelte-reactivity": "off",
40
+ "svelte/no-navigation-without-resolve": "off",
41
42
43
);
0 commit comments