fix(ci): add eslint config, fix conditional hook, add checks permission

- Add .eslintrc.json (was missing, causing lint to always fail)
- Move useMemo above early return in OverviewPage to fix rules-of-hooks
- Remove unused imports in OverviewPage
- Add checks:write permission to test job for dorny/test-reporter

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-02-26 17:20:19 +00:00
parent fa401afecf
commit f7592d69db
3 changed files with 55 additions and 22 deletions
+2
View File
@@ -34,6 +34,8 @@ jobs:
test:
runs-on: ubuntu-latest
timeout-minutes: 10
permissions:
checks: write
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4