Closed technophile-04 closed 2 years ago
If you someone don't have prettier installed in vscode, the unformatted code gets committed.
Adding husky will automate this and will run lint:fix to fix all formatting as well as auto-fixable issue before you commit :)
Husky, lint-staged
No response
@technophile-04 nice idea!!
Will work on this 🙌
Is your feature request related to a problem? Please describe.
If you someone don't have prettier installed in vscode, the unformatted code gets committed.
Describe the solution you'd like
Adding husky will automate this and will run lint:fix to fix all formatting as well as auto-fixable issue before you commit :)
Describe alternatives you've considered
Husky, lint-staged
Additional context
No response