You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4
Original file line number
Diff line number
Diff line change
@@ -486,6 +486,8 @@ Example configuration:
486
486
</tr>
487
487
</table>
488
488
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
+
489
491
## ESLint + TSLint
490
492
491
493
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
558
560
</tr>
559
561
</table>
560
562
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
+
561
565
## Working with Non-Typescript Libraries (writing your own index.d.ts)
0 commit comments