everylint
v0.1.0
Published
One linter to check all frontend parts
Downloads
3
Readme
Everylint
Lint your js, styles, and markdown just with one linter.
Everylint uses ESLint, stylelint, and markdownlint.
Install
npm install everylint -D
If you use own stylelint
config install without stylelint-config-standard
,
npm install everylint -D --no-optional
Usage
npx everylint
Or add script to your package.json
,
"scripts": {
"lint": "everylint"
}
and run,
npm run lint
Sponsored by