I want to know if is there a way to remove prettier from husky git pre-commit?, because I don't want prettier add a new line at end of file in my classes.
If you don't want an extra line, configure prettier for that. If you don't want prettier to run, configure lint staged, decide which one you want & update accordingly
For further actions, you may consider blocking this person and/or reporting abuse
We're a place where coders share, stay up-to-date and grow their careers.
I want to know if is there a way to remove prettier from husky git pre-commit?, because I don't want prettier add a new line at end of file in my classes.
If you don't want an extra line, configure prettier for that. If you don't want prettier to run, configure lint staged, decide which one you want & update accordingly