Skip to content

Commit a292322

Browse files
committed
Turned off new svelte eslint rule
1 parent e77f33c commit a292322

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

eslint.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ export default ts.config(
2525
rules: {
2626
'no-undef': 'off',
2727
'svelte/require-each-key': 'off',
28+
'svelte/no-navigation-without-resolve': 'off',
2829
'dci-lint/literal-role-contracts': 'off'
2930
}
3031
},

0 commit comments

Comments
 (0)