1.0.2 • Published 7 years ago
eslint-formatter-html-extended v1.0.2
eslint-formatter-html-extended
🌹 Beautiful ESLint HTML formatter extended from ESLint's official HTML formatter by JulianLaval combined with Stylish by Sindre Sorhus
Why you need this formatter
With this formatter, you can generate HTML as report but still can see output in your terminal.
Output Report
Screenshoot


Installation
$ yarn add eslint-formatter-html-extended -D
# OR
$ npm i eslint-formatter-html-extended --devUsage
Refer to this docs, you just need to add parameter -f nameFormatter -o nameFile, e.g.:
eslint --ext .js . -f node_modules/eslint-formatter-html-extended -o eslint-report.htmlDevelopment
# install dependencies
$ yarn install
# generate new output report
$ yarn lint:testCopyright © 2019 by Irfan Maulana