Skip to content

Commit

Permalink
chore(dtslint): mention TSTyche in the readme (#947)
Browse files Browse the repository at this point in the history
Co-authored-by: Jake Bailey <[email protected]>
  • Loading branch information
mrazauskas and jakebailey committed Feb 13, 2024
1 parent 4b99b9e commit c596471
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .changeset/tough-plants-draw.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
9 changes: 7 additions & 2 deletions packages/dtslint/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,14 @@ It will install `typescript` and `eslint` for you, so this is the only tool you

Lint rules new to dtslint are documented in the [docs](docs) directory.

# Just looking for ExpectType and ExpectError?
# Just looking for a type testing tool?

If you are just looking for a TypeScript type testing tool, use:

- [`tsd`](https://github.com/tsdjs/tsd)
- [`eslint-plugin-expect-type`](https://github.com/JoshuaKGoldberg/eslint-plugin-expect-type)
- [`tstyche`](https://github.com/tstyche/tstyche)

[Use tsd](https://github.com/SamVerschueren/tsd) or [eslint-plugin-expect-type](https://github.com/JoshuaKGoldberg/eslint-plugin-expect-type#readme) instead.

# Setup

Expand Down

0 comments on commit c596471

Please sign in to comment.