starlight icon indicating copy to clipboard operation
starlight copied to clipboard

Add basic ESLint config, lint script and lint CI job

Open hippotastic opened this issue 3 months ago • 11 comments

Description

  • Adds ESLint to the Starlight repo to help catch non-recommended code patterns and bugs. It can be run locally using pnpm lint from the repo root.
  • Adds a lint job to the CI workflow that should generate annotations on PRs to make it easier to see any found issues in context.

hippotastic avatar Mar 20 '24 11:03 hippotastic