Skip to content

Commit

Permalink
docs(readme): add link to conflicting rules list to README (#228)
Browse files Browse the repository at this point in the history
  • Loading branch information
akalitenya authored and ikatyang committed Nov 16, 2018
1 parent 9d573c6 commit 4bb4e9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -9,7 +9,7 @@

<h3> :cop: TSLint + :nail_care: Prettier = :heart_eyes: </h3>

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/)**.
Expand Down

0 comments on commit 4bb4e9b

Please sign in to comment.