8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
vue-eslint-parser
1 parent 90fc513 commit dceee34Copy full SHA for dceee34
package.json
@@ -54,7 +54,8 @@
54
"node": "^14.17.0 || >=16.0.0"
55
},
56
"peerDependencies": {
57
- "eslint": "^6.2.0 || ^7.0.0 || ^8.0.0 || ^9.0.0"
+ "eslint": "^6.2.0 || ^7.0.0 || ^8.0.0 || ^9.0.0",
58
+ "vue-eslint-parser": "^9.4.3"
59
60
"dependencies": {
61
"@eslint-community/eslint-utils": "^4.4.0",
@@ -63,7 +64,6 @@
63
64
"nth-check": "^2.1.1",
65
"postcss-selector-parser": "^6.0.15",
66
"semver": "^7.6.3",
- "vue-eslint-parser": "^9.4.3",
67
"xml-name-validator": "^4.0.0"
68
69
"devDependencies": {
@@ -98,6 +98,7 @@
98
"pathe": "^1.1.2",
99
"prettier": "^3.3.3",
100
"typescript": "^5.7.2",
101
- "vitepress": "^1.4.1"
+ "vitepress": "^1.4.1",
102
103
}
104
0 commit comments