Skip to content

Commit 95e8443

Browse files
authored
Merge pull request #15 from keegan-lillo/eslint-7
Add ESLint 7 to peerDependencies
2 parents cba0e5c + cfdd206 commit 95e8443

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
@@ -45,7 +45,7 @@
4545
},
4646
"peerDependencies": {
4747
"@typescript-eslint/parser": "^1 || ^2",
48-
"eslint": "^5 || ^6",
48+
"eslint": "^5 || ^6 || ^7",
4949
"typescript": "^3"
5050
},
5151
"engines": {

0 commit comments

Comments
 (0)