You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The existing code from the docs will result in `Cannot find module 'eslint-plugin-react/configs/recommended'`. Updated the README page with a working example.
reactRecommended, // This is not a plugin object, but a shareable config object
225
-
…
226
-
];
227
-
```
228
-
229
-
You can of course add/override some properties.
230
-
231
-
**Note**: Our shareable configs does not preconfigure `files` or [`languageOptions.globals`](https://eslint.org/docs/latest/user-guide/configuring/configuration-files-new#configuration-objects).
232
-
For most of the cases, you probably want to configure some properties by yourself.
**Note**: Our shareable configs do not preconfigure `files` or [`languageOptions.globals`](https://eslint.org/docs/latest/user-guide/configuring/configuration-files-new#configuration-objects).
0 commit comments