The issue asks to re introduce lint staged to reduce commit friction. The contributor should check if lint staged was previously removed and why. Then install lint staged via npm, configure it in package.json or .lintstagedrc, and integrate with husky or similar pre commit hooks. Ensure the configuration lints only relevant files (e.g., *.js, *.css). Test by making a commit; the hook should run only on staged files. No existing PR or comments were found.