Created
November 24, 2017 16:35
-
-
Save erictherobot/6ea2d2e663d7bd081269daf843adaec3 to your computer and use it in GitHub Desktop.
Fixes Definition for rule 'jsx-a11y/href-no-hash' was not found (jsx-a11y/href-no-hash)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
( | |
export PKG=eslint-config-airbnb; | |
npm info "$PKG@latest" peerDependencies --json | command sed 's/[\{\},]//g ; s/: /@/g' | xargs npm install --save-dev "$PKG@latest" | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment