Skip to content

Commit f92bf02

Browse files
author
Anton Zdanov
authored
Add external repo for tslint + prettier + eslint
An example repository for integrating prettier, eslint and tslint together.
1 parent 60e7ed8 commit f92bf02

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: README.md

+4
Original file line numberDiff line numberDiff line change
@@ -486,6 +486,8 @@ Example configuration:
486486
</tr>
487487
</table>
488488

489+
An example github repository with a project showing how to integrate [prettier + tslint + create-react-app-ts](https://github.com/azdanov/tslint-eslint-crats).
490+
489491
## ESLint + TSLint
490492

491493
Why? ESLint ecosystem is rich, with lots of different plugins and config files, whereas TSLint tend to lag behind in some areas.
@@ -558,6 +560,8 @@ npm i -D typescript-eslint-parser
558560
</tr>
559561
</table>
560562

563+
An example github repository with a project showing how to integrate [eslint + tslint + create-react-app-ts](https://github.com/azdanov/tslint-eslint-crats).
564+
561565
## Working with Non-Typescript Libraries (writing your own index.d.ts)
562566

563567
*Not written yet.*

0 commit comments

Comments
 (0)