Skip to content

Instantly share code, notes, and snippets.

@Sc4ramouche
Last active March 14, 2018 08:23
Show Gist options
  • Save Sc4ramouche/d5d3498dfe9348fae3e326fedd0346ed to your computer and use it in GitHub Desktop.
Save Sc4ramouche/d5d3498dfe9348fae3e326fedd0346ed to your computer and use it in GitHub Desktop.

install ESlint globally:

npm i eslint -g

in root folder of project initialize with npm npm init

initialize eslint in root folder eslint --init

add eslint to package.json npm install eslint --save-dev

Or use it just locally

npm install eslint --save-dev

./node_modules/.bin/eslint --init

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment