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.
A recently added feature of eslint is extends. It would be useful if eslint-plugin-react created their own preset so that one could do this:
{ "extends": [ "eslint:recommended", "eslint-plugin-react:recommended" ], }
This would eliminate the need to add all the react rules explicitly.