makenowjust-labs/recheck

Use prettier for `recheck` NPM package

makenowjust opened this issue · 0 comments

What is the problem?

NPM package source codes are not formatted by any tools.

Prettier is an opinionated code formatter for JavaScript/TypeScript.
We can accept these styles, so we want to use prettier in our project.

How to fix the problem?

  1. Add prettier to the project.
  2. Check code formats in CI.

Related issues