Skip to content

Instantly share code, notes, and snippets.

@thinkingcap
Last active July 4, 2018 11:35
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 thinkingcap/7275dbf1350397fbb85cb353ff61596a to your computer and use it in GitHub Desktop.
Save thinkingcap/7275dbf1350397fbb85cb353ff61596a to your computer and use it in GitHub Desktop.
Node & eslint
# Node & npm
touch ~/.bashrc
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.11/install.sh | bash
nvm install 8
npm install -g npm@latest
# ESLint
npm install -g eslint eslint-plugin-html eslint-plugin-markdown eslint-config-airbnb eslint-plugin-jsx-a11y eslint-plugin-react eslint-plugin-import
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment