Skip to content

Commit

Permalink
Docs: Add information about the formatter-html
Browse files Browse the repository at this point in the history
Fix #1242
Close #1249
  • Loading branch information
sarvaje authored and alrra committed Aug 20, 2018
1 parent fb6f221 commit 95013b7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions packages/hint/docs/user-guide/concepts/formatters.md
Expand Up @@ -57,6 +57,12 @@ The officially supported `formatter`s that can be installed via `npm` are:


![Example output for one of the details sheet of the excel formatter](images/excel-details.png) ![Example output for one of the details sheet of the excel formatter](images/excel-details.png)


* [`@hint/formatter-html`][formatter-html] creates an HTML page in the folder
`hint-report/<url_analyzed>` with the result:

![Example out for the HTML result of the html formatter](images/html-output.png)


If you want to implement your own `formatter`, visit the [contributor If you want to implement your own `formatter`, visit the [contributor
guide][contributor guide] guide][contributor guide]


Expand All @@ -68,3 +74,4 @@ guide][contributor guide]
[formatter-codeframe]: https://npmjs.com/package/@hint/formatter-codeframe [formatter-codeframe]: https://npmjs.com/package/@hint/formatter-codeframe
[formatter-summary]: https://npmjs.com/package/@hint/formatter-summary [formatter-summary]: https://npmjs.com/package/@hint/formatter-summary
[formatter-excel]: https://npmjs.com/package/@hint/formatter-excel [formatter-excel]: https://npmjs.com/package/@hint/formatter-excel
[formatter-html]: https://npmjs.com/package/@hint/formatter-html
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 95013b7

Please sign in to comment.