Is this a good idea to do something like this? ``` "simple-git-hooks": { "pre-commit": "npx simple-git-hooks && npx lint-staged" } ``` so that people don't need to run `npx simple-git-hooks` command when the config change
Is this a good idea to do something like this?
so that people don't need to run
npx simple-git-hookscommand when the config change