eslint-formatter-checklist
v0.1.0
Published
ESLint formatter with checklist style.
Downloads
4
Maintainers
Readme
eslint-formatter-checklist
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 of success: