chore(ci): enable ts/no-deprecated eslint rule to warn
This commit is contained in:
@@ -36,6 +36,7 @@ export default defineConfig({
|
|||||||
'pnpm/json-enforce-catalog': 'off',
|
'pnpm/json-enforce-catalog': 'off',
|
||||||
'pnpm/yaml-enforce-settings': 'off',
|
'pnpm/yaml-enforce-settings': 'off',
|
||||||
'antfu/import-dedupe': 'error',
|
'antfu/import-dedupe': 'error',
|
||||||
|
'ts/no-deprecated': 'warn',
|
||||||
// TODO: remove this
|
// TODO: remove this
|
||||||
'depend/ban-dependencies': 'warn',
|
'depend/ban-dependencies': 'warn',
|
||||||
'import/order': 'off',
|
'import/order': 'off',
|
||||||
|
|||||||
Reference in New Issue
Block a user