Skip to content

Instantly share code, notes, and snippets.

@euoia
Created March 5, 2016 12:43
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 euoia/458800be88d85f8547ee to your computer and use it in GitHub Desktop.
Save euoia/458800be88d85f8547ee to your computer and use it in GitHub Desktop.
Basic .eslintrc for node.js
{
"env": {
"es6": true,
"amd": true,
"commonjs": true,
"node": true
},
"ecmaFeatures": {
"modules": true,
"experimentalObjectRestSpread": true
},
"extends": "eslint:recommended"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment