Skip to content

Instantly share code, notes, and snippets.

@lejeunerenard
Created October 1, 2016 18:50
Show Gist options
  • Save lejeunerenard/cae8b9110fb84ea58d9f7bdb0a45f864 to your computer and use it in GitHub Desktop.
Save lejeunerenard/cae8b9110fb84ea58d9f7bdb0a45f864 to your computer and use it in GitHub Desktop.
Standard JS as eslint config
{
"scripts": {
"test": "eslint **/*.js"
},
"devDependencies": {
"eslint": "^3.6.0",
"eslint-config-standard": "^6.1.0",
"eslint-plugin-promise": "^2.0.1",
"eslint-plugin-standard": "^2.0.0"
},
"eslintConfig": {
"extends": "standard"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment