We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
The react-app config doesn't seem to be updated that often and is probably very opinionated towards apps created with create-react-app
create-react-app
I think it makes sense to take a more generic approach and instead we could use plugin:react/recommended as a base.
plugin:react/recommended
Alternatively, we should probably be using https://developer.wordpress.org/block-editor/reference-guides/packages/packages-eslint-plugin/
which is the one used by Gutenberg.
The text was updated successfully, but these errors were encountered:
├─┬ @wordpress/scripts@7.2.0 └─┬ @wordpress/eslint-plugin@4.1.0 └── babel-eslint@10.1.0
vs
npm WARN eslint-config-react-app@3.0.8 requires a peer of babel-eslint@9.x but none is installed. You must install peer dependencies yourself.
Using this package in combination with @wordpress/scripts results in an incompatibility.
@wordpress/scripts
Sorry, something went wrong.
No branches or pull requests
The react-app config doesn't seem to be updated that often and is probably very opinionated towards apps created with
create-react-app
I think it makes sense to take a more generic approach and instead we could use
plugin:react/recommended
as a base.Alternatively, we should probably be using https://developer.wordpress.org/block-editor/reference-guides/packages/packages-eslint-plugin/
which is the one used by Gutenberg.
The text was updated successfully, but these errors were encountered: