From 9df7684f4fba7e8bb407d84573a44dda5a9f3c26 Mon Sep 17 00:00:00 2001 From: Tomas Bjerre Date: Fri, 20 Apr 2018 12:06:18 +0200 Subject: [PATCH] TSLint --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 779f0467..7c343874 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,7 @@ It supports: * [_ESLint_](https://github.com/sindresorhus/grunt-eslint) with `format: 'checkstyle'`. * [_KTLint_](https://github.com/shyiko/ktlint) * [_SwiftLint_](https://github.com/realm/SwiftLint) with `--reporter checkstyle`. + * [_TSLint_](https://palantir.github.io/tslint/usage/cli/) with `-t checkstyle` * [_PHPCS_](https://github.com/squizlabs/PHP_CodeSniffer) with `phpcs api.php --report=checkstyle`. * [_CLang_](https://clang-analyzer.llvm.org/) * [_RubyCop_](http://rubocop.readthedocs.io/en/latest/formatters/) with `rubycop -f clang file.rb`