Skip to content

Commit c218dc5

Browse files
committed
add warning notice for tslint
1 parent e30c87c commit c218dc5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ADVANCED.md

+2
Original file line numberDiff line numberDiff line change
@@ -751,6 +751,8 @@ If you have specific advice in this area, please file a PR!
751751

752752
_Contributed by: [@azdanov](https://github.com/sw-yx/react-typescript-cheatsheet/pull/14)_
753753

754+
> ⚠️Note that [TSLint is now in maintenance and you should try to use ESLint instead](https://medium.com/palantir/tslint-in-2019-1a144c2317a9). The rest of this section is potentially outdated.
755+
754756
To use prettier with TSLint you will need [`tslint-config-prettier`](https://github.com/alexjoverm/tslint-config-prettier) which disables all the conflicting rules and optionally [`tslint-plugin-prettier`](https://github.com/ikatyang/tslint-plugin-prettier) which will highlight differences as TSLint issues.
755757

756758
Example configuration:

0 commit comments

Comments
 (0)