ui_migration refactor(store) update packages and eslint configuration for pinia

This commit is contained in:
Antonio Anaya 2026-04-21 18:03:12 -06:00
parent 2701ad0eba
commit 1db63ad778
3 changed files with 395 additions and 104 deletions

View file

@ -10,7 +10,7 @@ const isProd = process.env.NODE_ENV === "production";
export default [
{
ignores: ["dist/**/*", "lib/**/*", "**/*.min.js", "tools/architecture_dashboard/**/*"],
},
},
js.configs.recommended,