Select the types of activity you want to include in your feed.
Scope pre-commit eslint to staged files only
The hook was linting the entire web app when any file under apps/web/src/ was staged, failing on pre-existing errors in unrelated components. Now only staged files are passed to eslint.