Telegram (ask questions / claim the issue here first): https://t.me/+DOylgFv1jyJlNzM0
Why this matters
package.json has no test script and no typecheck script, and lint only runs prettier --check. Jest is configured but cannot be run with npm test, and ESLint (configured in eslint.config.mjs) never runs. This blocks CI from calling real commands.
Acceptance criteria
Files to touch
Out of scope
- Writing new tests (separate issues)
Why this matters
package.jsonhas notestscript and notypecheckscript, andlintonly runsprettier --check. Jest is configured but cannot be run withnpm test, and ESLint (configured ineslint.config.mjs) never runs. This blocks CI from calling real commands.Acceptance criteria
test(jest) andtest:watchscriptstypecheckrunningtsc --noEmitlintrun ESLint and keep a separateformat:checkfor Prettier, or run both inlintFiles to touch
package.jsonREADME.mdOut of scope