BREAKING CHANGE: Strict lint enforcement is now ACTIVE Pre-commit hooks now block commits if: - Affected package has ANY lint errors or warnings - Affected package has ANY type errors Impact: If you touch a file in a package with existing violations, you MUST fix ALL violations in that package before committing. This forces incremental cleanup: - Work in @mosaic/shared → Fix all @mosaic/shared violations - Work in @mosaic/api → Fix all @mosaic/api violations - Work in clean packages → No extra work required Fixed regex to handle absolute paths from lint-staged. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
1.7 KiB
1.7 KiB