forked from Qortal/q-blog
25 lines
564 B
Markdown
25 lines
564 B
Markdown
# ESLint Flat Config + jsx-a11y Baseline
|
|
|
|
## Goal
|
|
|
|
Catch accessibility and code-quality issues early.
|
|
|
|
## Tasks
|
|
|
|
- Add flat ESLint config with TypeScript/React/jsx-a11y
|
|
- Prettier integration; import/order; testing-library plugin
|
|
- Fix initial lint errors (no blanket disables)
|
|
|
|
## Acceptance
|
|
|
|
- `pnpm lint` green on clean checkout
|
|
- No `@ts-nocheck`; no new `any` in public props
|
|
- See docs/QUALITY_CHARTER.md.
|
|
|
|
## Labels
|
|
|
|
Type: chore · Area: build · Priority: P0 · Size: S
|
|
|
|
**Labels:** chore, P0, S, build
|
|
**Milestone:** Patch 0 — Orientation & Quality Bar
|