fix: various

This commit is contained in:
Dan Finch 2026-05-13 02:27:48 +02:00
parent d0685c2d59
commit 2d2a4a44bd
14 changed files with 41 additions and 37 deletions

View file

@ -66,6 +66,7 @@ export default defineConfig({
"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: [