Skip to content

Commit

Permalink
Updated README Formatters (palantir#1621)
Browse files Browse the repository at this point in the history
  • Loading branch information
bencoveney authored and adidahiya committed Oct 10, 2016
1 parent 3de8910 commit 67ecb54
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ Table of Contents
- [Installation](#installation)
- [Usage](#usage)
- [Core Rules](#core-rules)
- [Core Formatters](#core-formatters)
- [Rule Flags](#rule-flags)
- [Custom Rules](#custom-rules)
- [Development](#development)
Expand Down Expand Up @@ -251,17 +252,10 @@ Core Rules

Core Formatters
-----
<sup>[back to ToC &uarr;](#table-of-contents)</sup>

Formatters are used to format the results of the linter before outputting it to stdout or
the configured output file. The core formatters are:

- __prose__: human readable (default)
- __json__: machine readable
- __verbose__: human readable (includes rule names)
- __pmd__
- __msbuild__
- __checkstyle__
- __vso__
[See the TSLint website for a list of core formatters included in the `tslint` package.]
(http://palantir.github.io/tslint/formatters/)

Rule Flags
-----
Expand Down

0 comments on commit 67ecb54

Please sign in to comment.