eslint-formatter-checklist
v0.1.0
Published
ESLint formatter with checklist style.
Maintainers
Readme
eslint-formatter-checklist
An ESLint formatter with checklist style.
Installation
npm install eslint-formatter-checklist --save-devUsage
Run:
npx eslint --format checklist .Or add script in your package.json:
"scripts": {
"lint": "eslint -f checklist ."
}Screenshot
Screenshot with error and warning:

Screenshot of success:

