chore(ci): enable ts/no-deprecated eslint rule to warn

This commit is contained in:
Neko Ayaka
2026-03-26 18:15:10 +08:00
parent 6b08db5400
commit bd0908b8b1
+1
View File
@@ -36,6 +36,7 @@ export default defineConfig({
'pnpm/json-enforce-catalog': 'off',
'pnpm/yaml-enforce-settings': 'off',
'antfu/import-dedupe': 'error',
'ts/no-deprecated': 'warn',
// TODO: remove this
'depend/ban-dependencies': 'warn',
'import/order': 'off',