From 67ecb54ff791903be750350ac2fc1a6afc76defa Mon Sep 17 00:00:00 2001 From: Ben Coveney Date: Mon, 10 Oct 2016 15:17:39 +0100 Subject: [PATCH] Updated README Formatters (#1621) --- README.md | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 9c77ceae6ff..fca9b0316e5 100644 --- a/README.md +++ b/README.md @@ -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) @@ -251,17 +252,10 @@ Core Rules Core Formatters ----- +[back to ToC ↑](#table-of-contents) -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 -----