From 271e651bad19d4dd7cd06d8f8590528058cf29a0 Mon Sep 17 00:00:00 2001 From: Glavin Wiechert Date: Fri, 1 Dec 2017 17:27:39 -0400 Subject: [PATCH] [README] Add tslint-clean-code to list of community rules (#3539) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6c3f391168b..b56a0abea84 100644 --- a/README.md +++ b/README.md @@ -46,6 +46,7 @@ If we don't have all the rules you're looking for, you can either write your own - [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 - [tslint-sonarts](https://github.com/SonarSource/SonarTS) - Bug-finding rules based on advanced code models to spot hard to find errors in TypeScript +- [tslint-clean-code](https://github.com/Glavin001/tslint-clean-code) - A set of TSLint rules inspired by the Clean Code handbook Development -----------