eslint-import-resolver-meteor
eslint-import-resolver-meteor copied to clipboard
Version conflict with eslint-config-airbnb
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 [email protected] wants eslint-plugin-import@>=1.4.0
npm ERR! peerinvalid Peer [email protected] wants eslint-plugin-import@^1.16.0
@Firfi I was able to walk around the same issue by following these instructions for the issue in the eslint repo