Skip to content

Commit 640d0b1

Browse files
authored
Merge pull request Intellicode#261 from radko93/patch-1
fix: don't warn when using eslint v7
2 parents 3df604b + dd90535 commit 640d0b1

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
@@ -36,7 +36,7 @@
3636
"typescript": "^3.6.4"
3737
},
3838
"peerDependencies": {
39-
"eslint": "^3.17.0 || ^4 || ^5 || ^6"
39+
"eslint": "^3.17.0 || ^4 || ^5 || ^6 || ^7"
4040
},
4141
"keywords": [
4242
"eslint",

0 commit comments

Comments
 (0)