This commit is contained in:
Vincent van der Wal
2026-08-01 15:07:28 +02:00
parent 9806396476
commit 774afa6c65
45 changed files with 1515 additions and 239 deletions
+4
View File
@@ -25,6 +25,10 @@ export default defineConfig(
// 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',
// Internal links go through `href()` / `gotoLocalized()` from $lib/i18n,
// which call resolve() and then add the locale prefix. The rule only
// recognises a literal resolve() call, so it cannot see through them.
'svelte/no-navigation-without-resolve': 'off',
'@typescript-eslint/no-unused-vars': [
'error',
{