From 68d2f0b8ab275cd6bd20c31e3edc521792beb534 Mon Sep 17 00:00:00 2001 From: CSchulz Date: Thu, 13 Apr 2017 18:11:59 +0200 Subject: [PATCH] Add tslint-consistent-codestyle to README (#2570) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8cdd4fa6f7a..50575e9b532 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,7 @@ If we don't have all the rules you're looking for, you can either write your own - [codelyzer](https://github.com/mgechev/codelyzer) - A set of tslint rules for static code analysis of Angular TypeScript projects - [vrsource-tslint-rules](https://github.com/vrsource/vrsource-tslint-rules) - [tslint-immutable](https://github.com/jonaskello/tslint-immutable) - TSLint rules to disable mutation in TypeScript +- [tslint-consistent-codestyle](https://github.com/ajafff/tslint-consistent-codestyle) - TSLint rules to enforce consistent code style in TypeScript Development -----------