Skip to content

[Infra] Add test, typecheck, and lint scripts and make lint run ESLint #12

Description

@grantfox-oss

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

  • Add test (jest) and test:watch scripts
  • Add typecheck running tsc --noEmit
  • Make lint run ESLint and keep a separate format:check for Prettier, or run both in lint
  • Document the scripts in the README Available Scripts section

Files to touch

  • package.json
  • README.md

Out of scope

  • Writing new tests (separate issues)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions