chore: update templates
This commit is contained in:
parent
1f712c1c84
commit
55370f2e98
2 changed files with 5 additions and 1 deletions
|
|
@ -1,5 +1,8 @@
|
||||||
{
|
{
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "bun test --pass-with-no-tests"
|
"test": "bun test --pass-with-no-tests"
|
||||||
}
|
},
|
||||||
|
"files": [
|
||||||
|
"src"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|
@ -40,6 +40,7 @@ export default defineConfig({
|
||||||
"default-case": "off",
|
"default-case": "off",
|
||||||
"prefer-for-of": "off",
|
"prefer-for-of": "off",
|
||||||
"switch-case-braces": "off",
|
"switch-case-braces": "off",
|
||||||
|
"require-module-specifiers": "off",
|
||||||
},
|
},
|
||||||
ignorePatterns: ["**/*.gen.ts"],
|
ignorePatterns: ["**/*.gen.ts"],
|
||||||
})
|
})
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue