1.0.4 • Published 3 years ago
eslint-config-pickbin v1.0.4
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