Skip to content

Instantly share code, notes, and snippets.

@tgrecojs
Last active September 13, 2019 16:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tgrecojs/fbd1e3d8bd5c754971aec8f8a67547bb to your computer and use it in GitHub Desktop.
Save tgrecojs/fbd1e3d8bd5c754971aec8f8a67547bb to your computer and use it in GitHub Desktop.
# Exhibit A: long form way of installing packages
npm install eslint-config-airbnb eslint-config-prettier eslint-plugin-react eslint-plugin-react-hooks eslint-plugin-html eslint-plugin-import eslint-plugin-jsx-a11y eslint-plugin-prettier
# Exhibit B: using brace expansion
npm install eslint-{config-{airbnb,pretter},plugin-{react-hooks,react,html,import,jsx-a11y,prettier}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment