pickbin-eslint-config
v1.0.0
Published
Pickbin-flavored ESLint config
Readme
pcikbin-eslint-config
Pickbin-flavored ESLint config.
Installation
$ npm install eslint pickbin-eslint-config --save-devUsage
Create an .eslintrc.yml file with the following:
extends: pickbin-eslint-configAdd the following script to your package.json:
{
"scripts": {
"lint": "eslint ."
}
}and run the linter with:
$ npm run lint