An ESLint formatter with checklist style.
npm install eslint-formatter-checklist --save-dev
Run:
npx eslint --format checklist .
Or add script in your package.json
:
"scripts": {
"lint": "eslint -f checklist ."
}
Screenshot with error and warning:
Screenshot of success: