Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit dceee34

Browse filesBrowse files
committed
Change vue-eslint-parser to peer dependency (#2670)
1 parent 90fc513 commit dceee34
Copy full SHA for dceee34

File tree

1 file changed

+4
-3
lines changed
Filter options

1 file changed

+4
-3
lines changed

‎package.json

Copy file name to clipboardExpand all lines: package.json
+4-3Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@
5454
"node": "^14.17.0 || >=16.0.0"
5555
},
5656
"peerDependencies": {
57-
"eslint": "^6.2.0 || ^7.0.0 || ^8.0.0 || ^9.0.0"
57+
"eslint": "^6.2.0 || ^7.0.0 || ^8.0.0 || ^9.0.0",
58+
"vue-eslint-parser": "^9.4.3"
5859
},
5960
"dependencies": {
6061
"@eslint-community/eslint-utils": "^4.4.0",
@@ -63,7 +64,6 @@
6364
"nth-check": "^2.1.1",
6465
"postcss-selector-parser": "^6.0.15",
6566
"semver": "^7.6.3",
66-
"vue-eslint-parser": "^9.4.3",
6767
"xml-name-validator": "^4.0.0"
6868
},
6969
"devDependencies": {
@@ -98,6 +98,7 @@
9898
"pathe": "^1.1.2",
9999
"prettier": "^3.3.3",
100100
"typescript": "^5.7.2",
101-
"vitepress": "^1.4.1"
101+
"vitepress": "^1.4.1",
102+
"vue-eslint-parser": "^9.4.3"
102103
}
103104
}

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.