mirror of
https://github.com/theoludwig/eslint-config-conventions.git
synced 2024-11-14 22:53:13 +01:00
feat: add @typescript-eslint/no-deprecated
BREAKING CHANGE: New rule introduced Fixes #5
This commit is contained in:
parent
b4f1c0b8dd
commit
6af4b4f6ac
@ -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",
|
||||
|
@ -56,8 +56,8 @@ If you want to use **TypeScript**, you also need to install:
|
||||
```sh
|
||||
npm install --save-dev \
|
||||
"typescript@^5.6.2" \
|
||||
"@typescript-eslint/eslint-plugin@^8.0.0" \
|
||||
"@typescript-eslint/parser@^8.0.0"
|
||||
"@typescript-eslint/eslint-plugin@^8.3.0" \
|
||||
"@typescript-eslint/parser@^8.3.0"
|
||||
```
|
||||
|
||||
Dependencies are:
|
||||
|
Loading…
Reference in New Issue
Block a user