Skip to content

Commit 42e9445

Browse files
committed
Fix the ESLint peer dependency semver specifier
Fixes xojs/xo#486
1 parent 404e742 commit 42e9445

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"xo": "^0.24.0"
5858
},
5959
"peerDependencies": {
60-
"eslint": "^6.2.0"
60+
"eslint": ">=6.2.0"
6161
},
6262
"ava": {
6363
"files": [

0 commit comments

Comments
 (0)