# Run lint-staged to only apply autofixes to files that are actually being committed.
# This prevents accidentally staging all tracked changes when only doing a partial commit.
npx lint-staged && npm run presubmit
