完善化模板

This commit is contained in:
dayjoy
2026-03-11 14:01:45 +08:00
parent 637f351801
commit 886aa79be3
9 changed files with 54 additions and 53 deletions

View File

@@ -26,7 +26,7 @@ export default tseslint.config(
},
{
rules: {
'@typescript-eslint/no-explicit-any': 'off',
'@typescript-eslint/no-explicit-any': 'warn',
'@typescript-eslint/no-floating-promises': 'warn',
'@typescript-eslint/no-unsafe-argument': 'warn',
"prettier/prettier": ["error", { endOfLine: "auto" }],