Skip to content

Commit

Permalink
chore(dtslint): mention TSTyche in the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mrazauskas committed Feb 11, 2024
1 parent 4b738ac commit 0601318
Showing 1 changed file with 7 additions and 2 deletions.
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 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),
- or [`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 0601318

Please sign in to comment.