diff --git a/web/eslint.config.js b/web/eslint.config.js index b478b21..7537f34 100644 --- a/web/eslint.config.js +++ b/web/eslint.config.js @@ -48,6 +48,7 @@ export default ts.config( rules: { // Override or add rule settings here, such as: // 'svelte/rule-name': 'error' + 'svelte/no-navigation-without-resolve': 'off' } } );