Use prettier for `recheck` NPM package
makenowjust opened this issue · 0 comments
makenowjust commented
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?
- Add
prettier
to the project. - Check code formats in CI.