ax-vasquez / mcnuggies-blog

NextJS site & Sanity Studio code for mcnuggies.dev
http://www.mcnuggies.dev
1 stars 1 forks source link

husky pre-commit #21

Closed ax-vasquez closed 3 years ago

ax-vasquez commented 3 years ago

Description

Add various things (currently only for web directory) that run on pre-commit (using husky)

Important files

Why so many changes?

The majority of the changes in this PR are simply a result of implementing the linting rules; they are non-functional changes and are only necessary to make sure the code all conforms to the new linting rules.