Skip to content

Instantly share code, notes, and snippets.

@jcpst
Created January 13, 2016 04:24
Show Gist options
  • Save jcpst/624382c0d5197ff49075 to your computer and use it in GitHub Desktop.
Save jcpst/624382c0d5197ff49075 to your computer and use it in GitHub Desktop.
use standard, less bloat

Install the following devDependencies:

$ npm i -D eslint eslint-config-standard eslint-plugin-standard

config in package.json

"eslintConfig": {
  "extends": "standard",
  "plugins": "standard"
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment