eslint-config-seegno
v17.0.0
Published
Seegno-flavored ESLint config
Downloads
4,522
Readme
eslint-config-seegno
Seegno-flavored ESLint config.
Installation
$ npm install eslint eslint-config-seegno --save-devUsage
Create an .eslintrc.yml file with the following:
extends: seegnoAdd the following script to your package.json:
{
"scripts": {
"lint": "eslint ."
}
}and run the linter with:
$ npm run lint