Skip to content

Commit 7ff6c47

Browse files
committed
Fix: support eslint v6
refs: #95 (comment)
1 parent f9b5321 commit 7ff6c47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"nyc": "^15.1.0"
5959
},
6060
"peerDependencies": {
61-
"eslint": "^7.0.0"
61+
"eslint": ">=6.0.0"
6262
},
6363
"engines": {
6464
"node": "^10.12.0 || >=12.0.0"

0 commit comments

Comments
 (0)