Détail du package

eslint-formatter-checklist

jerone4MIT0.1.0

ESLint formatter with checklist style.

eslint, eslint-formatter, eslintformatter

readme

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