Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save xiangyu-sun/9bc0807f3da036f84062718d6795efe8 to your computer and use it in GitHub Desktop.
Save xiangyu-sun/9bc0807f3da036f84062718d6795efe8 to your computer and use it in GitHub Desktop.
install eslint
(
export PKG=eslint-config-airbnb;
npm info "$PKG" peerDependencies --json | command sed 's/[\{\},]//g ; s/: /@/g' | xargs npm install --save-dev "$PKG"
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment