move release to checks

This commit is contained in:
Dan Finch 2026-05-02 00:38:56 +02:00
parent a28662b9bd
commit 1bd3c1f382
3 changed files with 15 additions and 22 deletions

View file

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