Skip to content

Commit 1a25d83

Browse files
committed
mk: upgrade to @typescript-eslint/parser 8.24.1
1 parent d814f5e commit 1a25d83

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

mk/tsconfig-base.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@
66
"experimentalDecorators": true,
77
"forceConsistentCasingInFileNames": true,
88
"importHelpers": true,
9-
// https://github.com/xojs/xo/issues/772 workaround, was:
10-
// "lib": ["DOM", "ES2023", "ESNext.Decorators", "ESNext.Promise"],
11-
"lib": ["DOM", "ESNext"],
9+
"lib": ["DOM", "ES2024", "ESNext.Collection", "ESNext.Decorators"],
1210
"module": "ES2022",
1311
"moduleResolution": "bundler",
1412
"noEmitOnError": true,

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@
3737
"memif",
3838
"puppeteer"
3939
],
40+
"overrides": {
41+
"@typescript-eslint/parser": "8.24.1"
42+
},
4043
"peerDependencyRules": {
4144
"ignoreMissing": [
4245
"eslint*",

0 commit comments

Comments
 (0)