betterbettor / bet-better-server

RESTful API for BetBetter
MIT License
0 stars 0 forks source link

Feat/eslint vs prettier #14

Closed louvrecly closed 11 months ago

louvrecly commented 11 months ago

Descriptions

Related

Stories

Screenshots

Before After
image image

How To Test

  1. Run yarn install to update all dependencies in local.
  2. Run yarn prettier . --write command at the root directory in local.
  3. Expected no files changed since all files should already be formatted using prettier.
  4. Run yarn eslint script at the root directory in local.
  5. Expected to have no errors found by eslint as all formatted files should already comply to the linter's config under eslint.

Notes

⚠️ The last commit consists of multiple file formatting. It can be skipped when reviewing this PR.

krissolui commented 11 months ago

Reviewed. Ready to merge.