We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3790feb commit b477b22Copy full SHA for b477b22
README.md
@@ -37,10 +37,10 @@ Add the plugin's recommended config to your ESLint configuration file.
37
#### Flat config (`eslint.config.js`)
38
39
```js
40
-import youMightNotNeedAnEffect from "eslint-plugin-react-you-might-not-need-an-effect";
+import reactYouMightNotNeedAnEffect from "eslint-plugin-react-you-might-not-need-an-effect";
41
42
export default [
43
- youMightNotNeedAnEffect.configs.recommended
+ reactYouMightNotNeedAnEffect.configs.recommended
44
];
45
```
46
0 commit comments