GalsenDev221 / website

Galsen DEV's website based on Next JS & Tailwind CSS ๐ŸŽ‰
https://galsen.dev
MIT License
11 stars 11 forks source link

Setup lint-staged (closes #23) #27

Closed NDOY3M4N closed 1 year ago

NDOY3M4N commented 1 year ago

In addition to prettier I also added lint-staged to the list of dependencies (along with eslint and a bunch of prettier and eslint plugins). Basically what lint-staged does is that it will run before the commit process. By doing so you can ensure no errors go into the repository and enforce code style.

image

List of commits: