Skip to content

Commit f6a281f

Browse files
authored
Update ESLint to v10.0.0 (#2848)
1 parent 42a558f commit f6a281f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
"ava": "^6.4.1",
8585
"c8": "^10.1.3",
8686
"enquirer": "^2.4.1",
87-
"eslint": "^10.0.0-beta.0",
87+
"eslint": "^10.0.0",
8888
"eslint-ava-rule-tester": "^5.0.1",
8989
"eslint-config-xo": "^0.49.0",
9090
"eslint-doc-generator": "^2.3.0",
@@ -109,7 +109,7 @@
109109
"yaml": "^2.8.1"
110110
},
111111
"peerDependencies": {
112-
"eslint": ">=9.38.0 || >=10.0.0-0"
112+
"eslint": ">=9.38.0"
113113
},
114114
"ava": {
115115
"files": [

0 commit comments

Comments
 (0)