feat: template updates

This commit is contained in:
Dan Finch 2026-05-12 02:07:52 +02:00
parent 2be7ec6836
commit 8093e8dc4b
11 changed files with 140 additions and 8 deletions

View file

@ -30,6 +30,7 @@ export default defineConfig({
"no-dynamic-delete": "off",
"no-empty-file": "off",
"no-empty-function": "off",
"no-eq-null": "warn",
"no-implicit-coercion": "off",
"no-magic-numbers": "off",
"no-multi-assign": "off",
@ -64,6 +65,9 @@ export default defineConfig({
"typescript/no-namespace": "off",
"typescript/no-non-null-assertion": "off",
"typescript/prefer-function-type": "off",
"unicorn/no-process-exit": "off",
"unicorn/prefer-string-raw": "off",
"unicorn/text-encoding-identifier-case": "off",
},
overrides: [
{
@ -74,6 +78,7 @@ export default defineConfig({
"typescript/no-var-requires": "off",
"unicorn/prefer-module": "off",
"unicorn/consistent-function-scoping": "off",
"func-names": "off",
},
},
{