Skip to content

Instantly share code, notes, and snippets.

@idkjs
Created November 18, 2016 15:49
Show Gist options
  • Save idkjs/5c7e9092b7ab31d03585002ef936ae84 to your computer and use it in GitHub Desktop.
Save idkjs/5c7e9092b7ab31d03585002ef936ae84 to your computer and use it in GitHub Desktop.
CleanJS and Standard Eslint NPM Scripts
//CleanJS- https://github.com/bodil/eslint-config-cleanjs
```
npm install --save-dev eslint eslint-plugin-fp eslint-plugin-better eslint-plugin-import eslint-config-cleanjs
```
//Standard - https://github.com/feross/eslint-config-standard/blob/master/README.md
```
npm install --save-dev eslint eslint-config-standard eslint-plugin-standard eslint-plugin-promise
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment