chore: enable no-deprecated warning #2762

Merged
Sainan merged 2 commits from no-deprecated into main 2025-09-08 20:43:31 -07:00
Showing only changes of commit 0d2da4d73d - Show all commits

View File

@ -31,7 +31,8 @@
"no-mixed-spaces-and-tabs": "error",
"@typescript-eslint/require-await": "error",
"import/no-named-as-default-member": "off",
"import/no-cycle": "warn"
"import/no-cycle": "warn",
"@typescript-eslint/no-deprecated": "warn"
},
"parser": "@typescript-eslint/parser",
"parserOptions": {