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? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in 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/[email protected] └─┬ @wordpress/[email protected] └── [email protected]
vs
npm WARN [email protected] requires a peer of [email protected] 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: