Skip to content

Commit 28f7ce5

Browse files
refactor!: drop support for eslint 5
1 parent 11a6f6a commit 28f7ce5

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
@@ -33,7 +33,7 @@
3333
"standard-version": "latest"
3434
},
3535
"peerDependencies": {
36-
"eslint": "^5.0.0 || ^6.0.0"
36+
"eslint": ">=6"
3737
},
3838
"publishConfig": {
3939
"access": "public"

0 commit comments

Comments
 (0)