0.1.0 • Published 3 years ago
eslint-formatter-checklist v0.1.0
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:
