Skip to content

Instantly share code, notes, and snippets.

@adilsoncarvalho
Created February 26, 2018 13:58
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 adilsoncarvalho/4fd395fc8da9900ca61b78e4109390c6 to your computer and use it in GitHub Desktop.
Save adilsoncarvalho/4fd395fc8da9900ca61b78e4109390c6 to your computer and use it in GitHub Desktop.
All the Node lint packages for Visual Studio Code
#!/bin/bash
npm install -g \
eslint \
eslint-config-airbnb eslint-config-airbnb-base \
eslint-plugin-import eslint-plugin-jsx-a11y eslint-plugin-react \
babel-eslint
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment