From 4bb4e9b80ff71a8f74a91dbc40122642abe32a8b Mon Sep 17 00:00:00 2001 From: Alexander Kalitenya Date: Fri, 16 Nov 2018 18:02:40 +0500 Subject: [PATCH] docs(readme): add link to conflicting rules list to README (#228) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 70aef97..2705156 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@

:cop: TSLint + :nail_care: Prettier = :heart_eyes:

-Do you want to use [TSLint](https://palantir.github.io/tslint/) and [Prettier](https://github.com/prettier/prettier) without conflicts? `tslint-config-prettier` disables all conflicting rules that may cause such problems. Prettier takes care of the formatting whereas tslint takes care of all the other things. +Do you want to use [TSLint](https://palantir.github.io/tslint/) and [Prettier](https://github.com/prettier/prettier) without conflicts? `tslint-config-prettier` disables all [conflicting rules](https://unpkg.com/tslint-config-prettier) that may cause such problems. Prettier takes care of the formatting whereas tslint takes care of all the other things. > Check how it works in **[this tutorial](https://alexjoverm.github.io/2017/06/12/Use-Prettier-with-TSLint-and-be-happy/)**.