Skip to content

Commit b477b22

Browse files
committed
Update README.md
1 parent 3790feb commit b477b22

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
@@ -37,10 +37,10 @@ Add the plugin's recommended config to your ESLint configuration file.
3737
#### Flat config (`eslint.config.js`)
3838

3939
```js
40-
import youMightNotNeedAnEffect from "eslint-plugin-react-you-might-not-need-an-effect";
40+
import reactYouMightNotNeedAnEffect from "eslint-plugin-react-you-might-not-need-an-effect";
4141

4242
export default [
43-
youMightNotNeedAnEffect.configs.recommended
43+
reactYouMightNotNeedAnEffect.configs.recommended
4444
];
4545
```
4646

0 commit comments

Comments
 (0)