TheNetworkOfficial / SovereignQuest

0 stars 0 forks source link

Set up Husky for pre-commit hooks (ESLint, Prettier checks). #17

Closed TheNetworkOfficial closed 18 hours ago

TheNetworkOfficial commented 1 week ago

Configure Husky to enforce pre-commit hooks that run ESLint and Prettier checks, ensuring consistent code quality before each commit is made.

TheNetworkOfficial commented 18 hours ago

Husky setup complete. Successfully tested using improperly formatted code to ensure ES lint and prettier checks complete prior to commit. Issue closed