1
1
mirror of https://github.com/theoludwig/eslint-config-conventions.git synced 2025-05-18 12:02:33 +02:00

feat: add @typescript-eslint/no-deprecated

BREAKING CHANGE: New rule introduced

Fixes #5
This commit is contained in:
2024-09-25 17:52:28 +02:00
parent b4f1c0b8dd
commit 6af4b4f6ac
2 changed files with 3 additions and 2 deletions

View File

@ -263,6 +263,7 @@
}
],
"@typescript-eslint/no-base-to-string": "error",
"@typescript-eslint/no-deprecated": "error",
"@typescript-eslint/no-dynamic-delete": "error",
"@typescript-eslint/no-extra-non-null-assertion": "error",
"@typescript-eslint/no-redundant-type-constituents": "error",