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 9668ee0 commit cccfa6fCopy full SHA for cccfa6f
README.md
@@ -221,6 +221,7 @@ const reactPlugin = require('eslint-plugin-react');
221
module.exports = [
222
…
223
reactPlugin.configs.flat.recommended, // This is not a plugin object, but a shareable config object
224
+ reactPlugin.configs.flat["jsx-runtime"], // Add this if you are using React 17+
225
226
];
227
```
0 commit comments