Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Only run lint-staged at top level in pre-commit hook (#1635)
I noticed that the top level lint-staged command seems to run on files nested in `client` and uses the correct config from `client/package.json`, so there's no reason to also run the lint-staged command again within `client`. This might have been a result of upgrading lint-staged.
- Loading branch information