We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc8085d commit 7bd9452Copy full SHA for 7bd9452
package.json
@@ -30,7 +30,6 @@
30
"@swc/jest": "^0.2.29",
31
"@types/jest": "^29.4.0",
32
"@types/node": "^20.17.6",
33
- "typescript-eslint": "8.31.1",
34
"@typescript-eslint/eslint-plugin": "8.31.1",
35
"@typescript-eslint/parser": "8.31.1",
36
"eslint": "^9.20.1",
@@ -44,7 +43,8 @@
44
43
"ts-node": "^10.5.0",
45
"tsc-multi": "https://github.com/stainless-api/tsc-multi/releases/download/v1.1.8/tsc-multi.tgz",
46
"tsconfig-paths": "^4.0.0",
47
- "typescript": "5.8.3"
+ "typescript": "5.8.3",
+ "typescript-eslint": "8.31.1"
48
},
49
"imports": {
50
"cas-parser": ".",
0 commit comments