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
This module uses a custom eslint config that requires an old version of eslint.
Attempts to upgrade eslint fail CI with:
npm ERR! peerinvalid The package [email protected] does not satisfy its siblings' peerDependencies requirements! npm ERR! peerinvalid Peer @satazor/[email protected] wants eslint@^3.0.0 npm ERR! peerinvalid Peer [email protected] wants eslint@^2.0.0 || ^3.0.0
Any objections to just switching to standard for linting?
cc @satazor
The text was updated successfully, but these errors were encountered:
I don’t really like standard because of spaces and commas. However we can switch to using MOXYs, see https://github.com/moxystudio/eslint-config
It seems that just using the base config is enough.
Sorry, something went wrong.
I'm not familiar with Moxy's house style, I prefer linting rules that are cross-org and preferably ones that no-one really has the power to change.
No branches or pull requests
This module uses a custom eslint config that requires an old version of eslint.
Attempts to upgrade eslint fail CI with:
Any objections to just switching to standard for linting?
cc @satazor
The text was updated successfully, but these errors were encountered: