chore: update templates

This commit is contained in:
Dan Finch 2026-05-01 16:22:41 +02:00
parent 1f712c1c84
commit 55370f2e98
2 changed files with 5 additions and 1 deletions

View file

@ -40,6 +40,7 @@ export default defineConfig({
"default-case": "off",
"prefer-for-of": "off",
"switch-case-braces": "off",
"require-module-specifiers": "off",
},
ignorePatterns: ["**/*.gen.ts"],
})