Skip to content

Instantly share code, notes, and snippets.

@gautam678
Created December 1, 2018 17:18
Show Gist options
  • Select an option

  • Save gautam678/d3a263c34e15f5dd83676d5c462a670f to your computer and use it in GitHub Desktop.

Select an option

Save gautam678/d3a263c34e15f5dd83676d5c462a670f to your computer and use it in GitHub Desktop.
Set up es lint

ESLint installation

npm install -g eslint

Setup eslint:

npm install - -save-dev eslint-config-rallycoding

.eslintrc
{
“extends”: “rallycoding”
}

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