Skip to content

Instantly share code, notes, and snippets.

@oviniciusfeitosa
Created March 21, 2019 14:44
Show Gist options
  • Save oviniciusfeitosa/f1d2b7226d6b18eb10498ca876e23947 to your computer and use it in GitHub Desktop.
Save oviniciusfeitosa/f1d2b7226d6b18eb10498ca876e23947 to your computer and use it in GitHub Desktop.
Installing ESLINT
npm uninstall -g eslint
npm i 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