Skip to content

Commit 656aa79

Browse files
committed
fix: eslint-plugin-vue is also a peer dep
1 parent c789ecd commit 656aa79

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
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"
44+
"eslint": "^5.0.0 || ^6.0.0",
45+
"eslint-plugin-vue": "^5.2.3 || ^6.0.0"
4546
}
4647
}

0 commit comments

Comments
 (0)