Skip to content

chore: fix lint, add CI, bump to 0.1.0#1

Merged
bntvllnt merged 3 commits intomainfrom
chore/lint-ci-v0.1.0
Mar 7, 2026
Merged

chore: fix lint, add CI, bump to 0.1.0#1
bntvllnt merged 3 commits intomainfrom
chore/lint-ci-v0.1.0

Conversation

@bntvllnt
Copy link
Contributor

@bntvllnt bntvllnt commented Mar 7, 2026

Summary

  • Fix ESLint config: remove direct @typescript-eslint/parser import, let @vllnt/eslint-config handle it
  • Fix all source lint errors (TSDoc wording, console.logconsole.info, unnecessary String(), extract timing helpers to satisfy max-lines-per-function, for...offorEach)
  • Add GitHub Actions CI workflow: lint, typecheck, test, build on push/PR to main
  • Bump version from 1.0.0 to 0.1.0

Test plan

  • pnpm run lint — passes clean (0 warnings, 0 errors)
  • pnpm run check-types — passes
  • pnpm run test — 33/33 tests pass
  • pnpm run build — ESM + .d.ts output
  • Verify CI workflow runs on this PR

- Remove direct @typescript-eslint/parser import from eslint config
  (base config handles it)
- Fix all source lint errors (TSDoc wording, console.log -> console.info,
  unnecessary String(), extract timing helpers, for...of -> forEach)
- Add GitHub Actions CI workflow (lint, typecheck, test, build)
- Bump version from 1.0.0 to 0.1.0
Copy link

@greptile-apps greptile-apps bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Your free trial has ended. If you'd like to continue receiving code reviews, you can add a payment method here.

@bntvllnt bntvllnt self-assigned this Mar 7, 2026
@bntvllnt bntvllnt merged commit 4c5377a into main Mar 7, 2026
1 check passed
@bntvllnt bntvllnt deleted the chore/lint-ci-v0.1.0 branch March 7, 2026 22:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant