I'm not good at English. I beg your pardon. I wanted to apply 'prettier' before commit using husky & lint-staged. So I installed 'husky@4', 'lint-staged', '
I have to try to set up a husky with lint-staged. Initially, I was trying to set up like the following but that does not work. "lint-staged": { "*.js": [
So... I'm not even entirely sure if my hooks are working but this is my current setup. I'm using "husky": "7.0.4" and "lint-staged": "12.1.2". My pre-commit on