Skip to content

(In roadmap)

This workflow is planned and may change.

CI

Testing

  • cheloni test (powered by Vitest)

Linting

  • cheloni lint (powered by ESLint)
  • cheloni lint:fix or cheloni lint --fix (powered by ESLint)

Formatting

  • cheloni format (powered by Prettier)
  • cheloni format:check or cheloni format --check (powered by Prettier)

Combined checks

  • cheloni check: runs format:check, then lint