There was an error while loading. Please reload this page.
1 parent 6764d8c commit e54ab80Copy full SHA for e54ab80
1 file changed
lxl-web/eslint.config.js
@@ -30,7 +30,9 @@ export default ts.config(
30
// typescript-eslint strongly recommend that you do not use the no-undef lint rule on TypeScript projects.
31
// see: https://typescript-eslint.io/troubleshooting/faqs/eslint/#i-get-errors-from-the-no-undef-rule-about-global-variables-not-being-defined-even-though-there-are-no-typescript-errors
32
'no-undef': 'off',
33
- 'svelte/no-useless-mustaches': 'warn'
+ 'svelte/no-useless-mustaches': 'warn',
34
+ // TODO: Fix all files. temp disabled to not be flooded with errors.
35
+ 'svelte/no-navigation-without-resolve': 'warn'
36
}
37
},
38
{
0 commit comments