Small fixes

This commit is contained in:
Sami Abuzakuk
2025-11-01 16:15:35 +01:00
parent 8eef535e02
commit c957d839dd
6 changed files with 13 additions and 13 deletions

View File

@@ -24,7 +24,8 @@ export default defineConfig(
rules: {
// typescript-eslint strongly recommend that you do not use the no-undef lint rule on TypeScript projects.
// 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
'no-undef': 'off'
'no-undef': 'off',
'svelte/no-navigation-without-resolve': 'off'
}
},
{