Skip to content

Commit 44eeaad

Browse files
leomp12claude
andcommitted
fix(deps): Downgrade eslint-plugin-vue to v9 for ESLint 8 compatibility
eslint-plugin-vue v10 only supports flat config (ESLint 9+), causing lint-staged to fail on commit with "Unexpected top-level property default". Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent c9fc10e commit 44eeaad

2 files changed

Lines changed: 866 additions & 37 deletions

File tree

packages/eslint/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929
"eslint-plugin-astro": "^1.5.0",
3030
"eslint-plugin-import": "^2.32.0",
3131
"eslint-plugin-tailwindcss": "3.18.2",
32-
"eslint-plugin-vue": "^10.7.0",
32+
"eslint-plugin-vue": "^9.32.0",
3333
"tailwindcss": "^3.4.19",
34-
"vue-eslint-parser": "^10.2.0"
34+
"vue-eslint-parser": "^9.4.3"
3535
}
3636
}

0 commit comments

Comments
 (0)