Archived
10 lines
253 B
Markdown
10 lines
253 B
Markdown
# 01. Fix lint and add CI scripts
|
|
|
|
Status: completed
|
|
|
|
Make the hygiene baseline green and easy to run locally/CI:
|
|
|
|
- fix current `npm run lint` failures;
|
|
- keep `npm run typecheck` green;
|
|
- add a single verification script that runs typecheck and lint.
|