Skip to content

Commit b7e5ec4

Browse files
committed
Update readme
1 parent 9b420dc commit b7e5ec4

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
@@ -55,7 +55,7 @@ Configure this plugin in your ESLint configuration file (`.eslintrc.js`), this w
5555
module.exports = {
5656
parser: "@typescript-eslint/parser",
5757
plugins: ["typescript-enum"],
58-
extends: ["typescript-enum/recommended"],
58+
extends: ["plugin:typescript-enum/recommended"],
5959
};
6060
```
6161

@@ -67,7 +67,7 @@ If you are using [@babel/plugin-transform-typescript](https://babeljs.io/docs/en
6767
module.exports = {
6868
parser: "@typescript-eslint/parser",
6969
plugins: ["typescript-enum"],
70-
extends: ["typescript-enum/babel"],
70+
extends: ["plugin:typescript-enum/babel"],
7171
};
7272
```
7373

0 commit comments

Comments
 (0)