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.
1 parent 99dcf29 commit 598d30fCopy full SHA for 598d30f
2 files changed
docs/.vitepress/build-system/build.mts
@@ -26,7 +26,7 @@ build(
26
)
27
28
build(
29
- path.join(dirname, '../../../node_modules/vue-eslint-parser/index.js'),
+ path.join(dirname, '../../../node_modules/vue-eslint-parser/dist/index.cjs'),
30
path.join(dirname, './shim/vue-eslint-parser.mjs'),
31
[
32
'node:path',
package.json
@@ -123,6 +123,6 @@
123
"vite-plugin-eslint4b": "^0.6.0",
124
"vitepress": "^1.6.4",
125
"vitest": "^4.0.17",
126
- "vue-eslint-parser": "^10.2.0"
+ "vue-eslint-parser": "^10.3.0"
127
}
128
0 commit comments