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 25d531e commit f197c7bCopy full SHA for f197c7b
README.md
@@ -39,7 +39,9 @@ Add the plugin's recommended config to your ESLint configuration file.
39
```js
40
import reactYouMightNotNeedAnEffect from "eslint-plugin-react-you-might-not-need-an-effect";
41
42
-export default [reactYouMightNotNeedAnEffect.configs.recommended];
+export default [
43
+ reactYouMightNotNeedAnEffect.configs.recommended
44
+];
45
```
46
47
### Recommended
0 commit comments