Skip to content

Commit 0831e43

Browse files
committed
fix(eslint): pin eslint <9.28.0
1 parent 5d52d4f commit 0831e43

File tree

3 files changed

+1505
-1221
lines changed

3 files changed

+1505
-1221
lines changed

fixtures/convert-eslint-rules/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
"devDependencies": {
66
"@tsslint/config": "1.5.16",
77
"@tsslint/eslint": "1.5.16",
8-
"@typescript-eslint/eslint-plugin": "^7.13.0"
8+
"@typescript-eslint/eslint-plugin": "^8.16.0"
99
}
1010
}

packages/eslint/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@
2222
"dependencies": {
2323
"@tsslint/config": "1.5.16",
2424
"@typescript-eslint/parser": "^8.16.0",
25-
"eslint": "^9.0.0"
25+
"eslint": ">=9.0.0 <9.28.0"
2626
}
2727
}

0 commit comments

Comments
 (0)