Skip to content

Commit f961a85

Browse files
committed
[Tests] pin eslint in type tests to ~9.38.0
eslint v9.39.0 introduced TS 4.1+ syntax in its bundled types, breaking TS 4.0 compatibility. See eslint/eslint#20495
1 parent b5713c4 commit f961a85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test-published-types/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
"private": true,
44
"version": "0.0.0",
55
"dependencies": {
6-
"eslint": "^9.11.1"
6+
"eslint": "~9.38.0"
77
}
88
}

0 commit comments

Comments
 (0)