1.0.2 • Published 2 years ago
@lympid/eslint-config-lympid v1.0.2
lympid-config-lympid
Lympid ESLint config.
Installation
$ npm install eslint @lympid/eslint-config-lympid --save-devUsage
Create an .eslintrc.yml file with the following:
extends: "@lympid/eslint-config-lympid"Add the following script to your package.json:
{
"scripts": {
"lint": "eslint ."
}
}and run the linter with:
$ npm run lint