This commit is contained in:
2025-03-24 14:34:06 +08:00
parent 2216a3fd14
commit a5c4ef3a8f
8 changed files with 1119 additions and 117 deletions

View File

@ -23,6 +23,9 @@ export default tseslint.config(
'warn',
{ allowConstantExport: true },
],
// disable no unused imports
'no-unused-vars': 'off',
'@typescript-eslint/no-unused-vars': 'off',
},
},
)