Skip to content

Commit 074fa3a

Browse files
committed
Update typescript
1 parent dce077f commit 074fa3a

File tree

3 files changed

+105
-106
lines changed

3 files changed

+105
-106
lines changed

.eslintrc.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,10 @@
3333
"files": ["**/*.cts", "**/*.ts", "**/*.tsx"],
3434
"parser": "@typescript-eslint/parser",
3535
"parserOptions": {
36-
"EXPERIMENTAL_useProjectService": true,
36+
"EXPERIMENTAL_useProjectService": {
37+
// https://github.com/typescript-eslint/typescript-eslint/issues/9032
38+
"maximumDefaultProjectFileMatchCount_THIS_WILL_SLOW_DOWN_LINTING": 1000
39+
},
3740
"EXPERIMENTAL_useSourceOfProjectReferenceRedirect": true
3841
},
3942
"rules": {

package-lock.json

Lines changed: 98 additions & 102 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434
"devDependencies": {
3535
"@changesets/cli": "^2.27.1",
3636
"@types/node": "^20.11.26",
37-
"@typescript-eslint/eslint-plugin": "^6.11.0",
38-
"@typescript-eslint/parser": "^6.11.0",
37+
"@typescript-eslint/eslint-plugin": "^7.9.0",
38+
"@typescript-eslint/parser": "^7.9.0",
3939
"cross-env": "^7.0.3",
4040
"eslint": "^8.53.0",
4141
"eslint-config-prettier": "^9.0.0",
@@ -47,6 +47,6 @@
4747
"react-dom": "0.0.0-experimental-04b058868c-20240508",
4848
"rimraf": "^4.4.1",
4949
"turbo": "^1.8.8",
50-
"typescript": "^5.2.2"
50+
"typescript": "^5.4.5"
5151
}
5252
}

0 commit comments

Comments
 (0)