@definitelytyped/dtslint 0.2.9 → 0.2.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +6 -0
- package/README.md +7 -2
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -3,9 +3,14 @@ It will install `typescript` and `eslint` for you, so this is the only tool you
|
|
|
3
3
|
|
|
4
4
|
Lint rules new to dtslint are documented in the [docs](docs) directory.
|
|
5
5
|
|
|
6
|
-
# Just looking for
|
|
6
|
+
# Just looking for a type testing tool?
|
|
7
|
+
|
|
8
|
+
If you are just looking for a TypeScript type testing tool, use:
|
|
9
|
+
|
|
10
|
+
- [`tsd`](https://github.com/tsdjs/tsd)
|
|
11
|
+
- [`eslint-plugin-expect-type`](https://github.com/JoshuaKGoldberg/eslint-plugin-expect-type)
|
|
12
|
+
- [`tstyche`](https://github.com/tstyche/tstyche)
|
|
7
13
|
|
|
8
|
-
[Use tsd](https://github.com/SamVerschueren/tsd) or [eslint-plugin-expect-type](https://github.com/JoshuaKGoldberg/eslint-plugin-expect-type#readme) instead.
|
|
9
14
|
|
|
10
15
|
# Setup
|
|
11
16
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@definitelytyped/dtslint",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.10",
|
|
4
4
|
"description": "Runs tests on TypeScript definition files",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"bin": "./dist/index.js",
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"directory": "packages/dtslint"
|
|
19
19
|
},
|
|
20
20
|
"dependencies": {
|
|
21
|
-
"@arethetypeswrong/cli": "0.13.
|
|
21
|
+
"@arethetypeswrong/cli": "0.13.10",
|
|
22
22
|
"@arethetypeswrong/core": "0.13.9",
|
|
23
23
|
"@typescript-eslint/eslint-plugin": "^6.19.0",
|
|
24
24
|
"@typescript-eslint/parser": "^6.19.0",
|