This doesn't work as of now - https://create-react-app.dev/docs/setting-up-your-editor/#formatting-code-automatically Need to do following ``` npx husky install npm set-script prepare "husky install" npx husky add .husky/pre-commit "npx lint-staged" ```
This doesn't work as of now - https://create-react-app.dev/docs/setting-up-your-editor/#formatting-code-automatically
Need to do following