Add eslint config

This commit is contained in:
James Brunton
2025-09-02 16:08:03 +01:00
parent 1a3e8e7ecf
commit 3d9fd21b1d
6 changed files with 947 additions and 30 deletions

View File

@@ -147,6 +147,8 @@ jobs:
cache-dependency-path: frontend/package-lock.json
- name: Install frontend dependencies
run: cd frontend && npm ci
- name: Lint frontend
run: cd frontend && npm run lint
- name: Build frontend
run: cd frontend && npm run build
- name: Run frontend tests