1.0.8 • Published 3 years ago
add-code-cleaner v1.0.8
add-code-cleaner
it helps you to keep a clean code in your repository.
save time configuring husky + prettier!
Installation
Simply run:
$ npx add-code-cleanerand you will notice that husky, prettier and pretty-quick were added in your project.
basically, it will format your code right before every commit.
this way, you can ensure that your code will always be formatted.