Tenant UI: Update eslint to 9.x+
Tenant UI apps (node API and Vue FE) use eslint and right now updating from version 8 to 9 would need some additional configuration tweaks it appears
https://eslint.org/docs/latest/use/migrate-to-9.0.0
On the frontend updating eslint can allow the following dev dependencies to be updated as well and should be done at the same time @typescript-eslint/eslint-plugin @typescript-eslint/parser @vue/eslint-config-prettier @vue/eslint-config-typescript
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.
This issue was closed because it has been stalled for 5 days with no activity.
Quickly covered Node API in https://github.com/bcgov/traction/pull/1654
Can do Vue app frontend for this ticket
FE https://github.com/bcgov/traction/pull/1660