Skip to content

One linter to check all frontend parts

License

Notifications You must be signed in to change notification settings

everylint/everylint

Repository files navigation

Everylint

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.

screen shot 2018-07-25 at 22 43 14

Motivation

The real value of ESLint is in the non-style rules that prevent common errors.

Nicholas C. Zakas

Install

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

Usage

npx everylint

Or add script to your package.json,

"scripts": {
  "lint": "everylint"
}

and run,

npm run lint

License

MIT ©