A zero-config, unopinionated linting solution to check all frontend parts.
Lint your js, styles, and markdown just with one linter.
Everylint uses ESLint, stylelint, and markdownlint.
The real value of ESLint is in the non-style rules that prevent common errors.
npm install --save-dev everylint
yarn add --dev everylint
If you use own stylelint
config install without stylelint-config-standard
,
npm install everylint -D --no-optional
npx everylint
Or add script to your package.json
,
"scripts": {
"lint": "everylint"
}
and run,
npm run lint
MIT ©