eslint-config
/
1.1.5
eslint-config 1.1.5
Install from the command line:
Learn more about npm packages
$ npm install @haraka/eslint-config@1.1.5
Install via package.json:
"@haraka/eslint-config": "1.1.5"
About this version
In your Haraka module:
- Add to NPM dependencies:
npm install --save-dev @haraka/eslint-config
- Configure eslint:
cat <<EOLINT > .eslintrc.yaml
env:
node: true
es6: true
es2022: true
extends: "@haraka"
EOLINT
- Add to the "scripts" section of
package.json
:
"lint": "npx eslint@8 *.js test"
"lint:fix": "npx eslint@8 --fix *.js test"
- Within your CI workflow:
npm run lint
To check your project against lint rules:
npm run lint
Step #4 above does this automatically when CI tests are set up.
If you agree with the lint suggestions, you can run npm run lint:fix
and the changes will be made to your files automatically.
Custom rules can be added to the .eslintrc file.
Details
- eslint-config
- haraka
- 7 months ago
- MIT
- 1 dependencies
Assets
- eslint-config-1.1.5.tgz
Download activity
- Total downloads 0
- Last 30 days 0
- Last week 0
- Today 0