refactor(ui): cleanup eslint configuration
authorJérôme Benoit <jerome.benoit@sap.com>
Thu, 7 Mar 2024 18:37:34 +0000 (19:37 +0100)
committerJérôme Benoit <jerome.benoit@sap.com>
Thu, 7 Mar 2024 18:37:34 +0000 (19:37 +0100)
commit84ec8d3464903cfa8259ff622bff2b19b5c47132
treef8e37cae7d669192fcef6d03fc362ade95138558
parent2762ad626ae7c18006df4cfc86dcf85035c467b2
refactor(ui): cleanup eslint configuration

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
17 files changed:
pnpm-lock.yaml
ui/web/.eslintrc.cjs
ui/web/package.json
ui/web/src/components/actions/AddChargingStations.vue
ui/web/src/components/actions/SetSupervisionUrl.vue
ui/web/src/components/actions/StartTransaction.vue
ui/web/src/components/buttons/ToggleButton.vue
ui/web/src/components/charging-stations/CSConnector.vue
ui/web/src/components/charging-stations/CSData.vue
ui/web/src/composables/UIClient.ts
ui/web/src/main.ts
ui/web/src/router/index.ts
ui/web/src/views/ChargingStationsView.vue
ui/web/start.js
ui/web/tests/unit/CSTable.spec.ts
ui/web/vite.config.ts
ui/web/vitest.config.ts