Skip to content

Instantly share code, notes, and snippets.

@remy
Created August 3, 2018 10:01
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 remy/2d4f79b83789979367f4faebb867831f to your computer and use it in GitHub Desktop.
Save remy/2d4f79b83789979367f4faebb867831f to your computer and use it in GitHub Desktop.
My minimum eslintrc file needed (env: node + es6) - requires global install of eslint modules…
{
"extends": "eslint:recommended",
"env": {
"node": true,
"es6": true
},
"rules": {
"no-console": 0
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment