0.1.5 • Published 5 years ago

@miraclesoft/eslint-formatter-html v0.1.5

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

@miraclesoft/eslint-formatter-html

version license

Custom Formatter for ESLint that creates a minimal and responsive HTML report based on your eslint results.

Note: This is a beta version of this formatter created for internal use by Miracle Apps, Miracle Software Systems, Inc.'s internal app development wing. Please submit any issues (or) feedback here.

Usage

Install as a dev-dependency with npm (or) yarn,

npm install @miraclesoft/eslint-formatter-html --save-dev

(or)

yarn install @miraclesoft/eslint-formatter-html --save-dev

Then use with eslint from the command line,(example shown running eslint locally)

./node_modules/.bin/eslint -f @miraclesoft/eslint-formatter-html [files-to-lint]

Alternatively you can use with the following command as well,

./node_modules/.bin/eslint -f @miraclesoft/html [files-to-lint]

When run, the formatter will output a HTML report in /reports/lint-report.html

Here is a preview for the HTML Report

Contributors

  • Chanakya Lokam - Director Innovation | Miracle Software Systems, Inc.
  • Geetha Krishan Adhikari - Sr. Full Stack Engineer | Miracle Software Systems, Inc.

License

© 2020 Miracle Software Systems, Inc.

Licensed under the MIT License.

0.1.5

5 years ago

0.1.4

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago