Skip to content

Commit 271f602

Browse files
committed
chore: should allow eslint@7 & eslint-plugin-vue@7 as peer dependencies
1 parent 9b32452 commit 271f602

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@
4141
"peerDependencies": {
4242
"@typescript-eslint/eslint-plugin": "^2.7.0",
4343
"@typescript-eslint/parser": "^2.7.0",
44-
"eslint": "^5.0.0 || ^6.0.0",
45-
"eslint-plugin-vue": "^5.2.3 || ^6.0.0"
44+
"eslint": "^5.0.0 || ^6.0.0 || ^7.0.0",
45+
"eslint-plugin-vue": "^5.2.3 || ^6.0.0 || ^7.0.0-0"
4646
},
4747
"dependencies": {
4848
"vue-eslint-parser": "^7.0.0"

0 commit comments

Comments
 (0)