From c59647117ccce77354651e6b7492d6ac3fb54567 Mon Sep 17 00:00:00 2001 From: Tom Mrazauskas Date: Tue, 13 Feb 2024 20:00:56 +0200 Subject: [PATCH] chore(dtslint): mention TSTyche in the readme (#947) Co-authored-by: Jake Bailey <5341706+jakebailey@users.noreply.github.com> --- .changeset/tough-plants-draw.md | 2 ++ packages/dtslint/README.md | 9 +++++++-- 2 files changed, 9 insertions(+), 2 deletions(-) create mode 100644 .changeset/tough-plants-draw.md diff --git a/.changeset/tough-plants-draw.md b/.changeset/tough-plants-draw.md new file mode 100644 index 0000000000..a845151cc8 --- /dev/null +++ b/.changeset/tough-plants-draw.md @@ -0,0 +1,2 @@ +--- +--- diff --git a/packages/dtslint/README.md b/packages/dtslint/README.md index 9a1a117d7e..592135eb02 100644 --- a/packages/dtslint/README.md +++ b/packages/dtslint/README.md @@ -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