Upgrade ESLint from 8 to 9 with flat config migration

Replace .eslintrc.cjs with eslint.config.mjs, upgrade eslint-plugin-vue
to 10, eslint-plugin-cypress to 6, @vue/eslint-config-prettier to 10,
and remove @rushstack/eslint-patch.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-06 11:12:17 +08:00
parent de92a723a2
commit 941f1e1dbe
5 changed files with 785 additions and 697 deletions

View File

@@ -68,7 +68,7 @@ app.config.globalProperties.$cytoscape = cytoscape;
// Cytoscape.js's style
cytoscape.use( dagre );
cytoscape.use( popper((ref: any) => ref) );
cytoscape.use( popper((ref) => ref) );
app.use(pinia);
app.use(router);