@ttsc/lint 0.17.2 → 0.17.4
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/README.md +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -48,7 +48,7 @@ Type errors (`TS2322`) and lint violations (`TS17397`, `TS11966`) come out toget
|
|
|
48
48
|
## Setup
|
|
49
49
|
|
|
50
50
|
```bash
|
|
51
|
-
npm install -D ttsc @ttsc/lint typescript
|
|
51
|
+
npm install -D ttsc @ttsc/lint typescript
|
|
52
52
|
```
|
|
53
53
|
|
|
54
54
|
Drop a `lint.config.ts` next to your `tsconfig.json`:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ttsc/lint",
|
|
3
|
-
"version": "0.17.
|
|
3
|
+
"version": "0.17.4",
|
|
4
4
|
"description": "Reference ttsc plugin: ESLint-style lint rules hosted in the same Program/Checker as the type-check pass.",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"types": "lib/index.d.ts",
|
|
@@ -35,8 +35,8 @@
|
|
|
35
35
|
"devDependencies": {
|
|
36
36
|
"@types/node": "^25.3.0",
|
|
37
37
|
"rimraf": "^6.1.2",
|
|
38
|
-
"typescript": "7.0.
|
|
39
|
-
"ttsc": "0.17.
|
|
38
|
+
"typescript": "^7.0.2",
|
|
39
|
+
"ttsc": "0.17.4"
|
|
40
40
|
},
|
|
41
41
|
"repository": {
|
|
42
42
|
"type": "git",
|