Jerrylum / path.jerryio

The best path editor in VRC for designing skills routes and generating path files.
https://path.jerryio.com
GNU General Public License v3.0
32 stars 14 forks source link

:hammer: Add husky pre-commit and format script #13

Closed meisZWFLZ closed 10 months ago

meisZWFLZ commented 10 months ago

This runs check-format before committing, and if it fails it prevents the unformatted code from ever being committed.

So before committing code, you should run npm run format.