Skip to content

Commit c2e0a67

Browse files
committed
update readme
1 parent 7b1da58 commit c2e0a67

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ To configure this plugin to work properly, you need to set the following fields
5858
```js
5959
module.exports = {
6060
parser: '@typescript-eslint/parser',
61-
plugins: ['eslint-plugin-deprecated-props'],
61+
plugins: ['deprecated-props'],
6262
parserOptions: {
6363
sourceType: 'module',
6464
project: 'tsconfig.json', // Path should point to tsconfig.json file, without leading `./`
@@ -99,7 +99,7 @@ If you _don't_ like to have the ESLint extension running in VSCode (e.g. because
9999
"deprecated-props/deprecated-props": ["warn"], // OR error
100100
},
101101
"parser": "@typescript-eslint/parser",
102-
"plugins": ["eslint-plugin-deprecated-props"],
102+
"plugins": ["deprecated-props"],
103103
"parserOptions": {
104104
"sourceType": "module",
105105
"project": "tsconfig.json",

0 commit comments

Comments
 (0)