pIvan / ngx-color-picker

Pure Angular color picker library.
MIT License
94 stars 17 forks source link

chore: enable Prettier formatting #85

Open arturovt opened 2 months ago

arturovt commented 2 months ago

This commit enables Prettier formatting to maintain a consistent code style across the entire codebase. It's now a community standard and easy to use with tools like Husky, which set up Git hooks to run formatting before actions such as git commit.

arturovt commented 2 months ago

@pIvan note that I didn't format files, but can do this in a separate commit. You can format on your own through yarn prettier --write "{src,projects}/**/*.{html,scss,json,ts}".