eslint-import-resolver-meteor icon indicating copy to clipboard operation
eslint-import-resolver-meteor copied to clipboard

Version conflict with eslint-config-airbnb

Open dearlordylord opened this issue 9 years ago • 1 comments

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

dearlordylord avatar Nov 01 '16 15:11 dearlordylord

@Firfi I was able to walk around the same issue by following these instructions for the issue in the eslint repo

kcsavage avatar Nov 04 '16 14:11 kcsavage