Skip to content

Commit 25020c1

Browse files
authored
Allow Eslint 7 as a peer dependency (#111)
1 parent 40ce3d0 commit 25020c1

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
@@ -61,7 +61,7 @@
6161
"jsx-ast-utils": "^3.2.0"
6262
},
6363
"peerDependencies": {
64-
"eslint": "^3 || ^4 || ^5 || ^6"
64+
"eslint": "^3 || ^4 || ^5 || ^6 || ^7"
6565
},
6666
"jest": {
6767
"coverageReporters": [

0 commit comments

Comments
 (0)