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
By Meteor docs (https://guide.meteor.com/code-style.html#eslint-installing), we should install eslint support using this command:
meteor npm install --save-dev babel-eslint eslint-config-airbnb eslint-plugin-import eslint-plugin-meteor eslint-plugin-react eslint-plugin-jsx-a11y eslint-import-resolver-meteor eslint
However, it gives me an error:
npm ERR! peerinvalid Peer eslint-import-resolver-meteor@0.3.3 wants eslint-plugin-import@>=1.4.0 npm ERR! peerinvalid Peer eslint-config-airbnb@12.0.0 wants eslint-plugin-import@^1.16.0
The text was updated successfully, but these errors were encountered:
@Firfi I was able to walk around the same issue by following these instructions for the issue in the eslint repo
Sorry, something went wrong.
No branches or pull requests
By Meteor docs (https://guide.meteor.com/code-style.html#eslint-installing), we should install eslint support using this command:
meteor npm install --save-dev babel-eslint eslint-config-airbnb eslint-plugin-import eslint-plugin-meteor eslint-plugin-react eslint-plugin-jsx-a11y eslint-import-resolver-meteor eslint
However, it gives me an error:
The text was updated successfully, but these errors were encountered: