Skip to content

Commit fbafd4d

Browse files
committed
Revert "Update @typescript-eslint (#82)"
This reverts commit 9b65605.
1 parent 3efcd0e commit fbafd4d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -45,15 +45,15 @@
4545
"simple"
4646
],
4747
"devDependencies": {
48-
"@typescript-eslint/eslint-plugin": "^7.0.2",
49-
"@typescript-eslint/parser": "^7.0.2",
48+
"@typescript-eslint/eslint-plugin": "^6.21.0",
49+
"@typescript-eslint/parser": "^6.21.0",
5050
"ava": "^2.4.0",
5151
"eslint": "^8.56.0",
5252
"typescript": "^5.3.3"
5353
},
5454
"peerDependencies": {
55-
"@typescript-eslint/eslint-plugin": ">=7.0.2",
56-
"@typescript-eslint/parser": ">=7.0.2",
55+
"@typescript-eslint/eslint-plugin": ">=6.21.0",
56+
"@typescript-eslint/parser": ">=6.21.0",
5757
"eslint": ">=8.56.0",
5858
"typescript": ">=5.0.0"
5959
}

0 commit comments

Comments
 (0)