8000 deps: bump vue-eslint-parser to 10.1.3 · ChildishGhost/einstein@6088dda · GitHub
[go: up one dir, main page]

Skip to content

Commit 6088dda

Browse files
committed
deps: bump vue-eslint-parser to 10.1.3
fix the renamed eslintrc config ref: vuejs/eslint-plugin-vue#2648 breaking changes introduced since https://github.com/vuejs/eslint-plugin-vue/releases/tag/v10.0.0
1 parent <
8000
a class="color-fg-default Link--inTextBlock prc-Link-Link-85e08" data-hotkey="p" data-hovercard-url="/ChildishGhost/einstein/commit/4a556bb68a419bf2a96289c2a0b3382e4f355d23/hovercard" href="/ChildishGhost/einstein/commit/4a556bb68a419bf2a96289c2a0b3382e4f355d23" data-discover="true">4a556bb commit 6088dda

File tree

3 files changed

+124
-180
lines changed

3 files changed

+124
-180
lines changed

eslint.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ const compat = new FlatCompat({
2121

2222
export default [ ...fixupConfigRules(compat.extends(
2323
"plugin:@typescript-eslint/eslint-recommended",
24-
"plugin:vue/vue3-essential",
24+
"plugin:vue/essential",
2525
"prettier",
2626
)), {
2727
plugins: {

0 commit comments

Comments
 (0)
0