fastest-validator icon indicating copy to clipboard operation
fastest-validator copied to clipboard

CI workflow should check code format

Open erfanium opened this issue 4 years ago • 1 comments

There's no standard formatter specified for this repo and different parts have different formats.

Steps

  • Add a format script to package.json
  • Add npm run format --check like command to CI

erfanium avatar Jul 08 '21 14:07 erfanium

I suggest dprint Used by Deno built-in formatter

erfanium avatar Oct 28 '21 13:10 erfanium