0.1.0 • Published 2 years ago

eslint-formatter-checklist v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

eslint-formatter-checklist

npm CI GitHub issues MIT license Code style: Prettier

An ESLint formatter with checklist style.

Installation

npm install eslint-formatter-checklist --save-dev

Usage

Run:

npx eslint --format checklist .

Or add script in your package.json:

"scripts": {
  "lint": "eslint -f checklist ."
}

Screenshot

Screenshot with error and warning:

Screenshot with error and warning

Screenshot of success:

Screenshot of success