You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: add lint-staged with pre-commit hooks for src/ directory
- Upgrade husky from 8.0.3 to 9.1.7
- Add lint-staged 16.2.3 for automated code quality checks
- Configure lint-staged to run eslint and prettier on src/**/*.{ts,tsx}
- Update pre-commit hook to use lint-staged
- Add post-checkout hook for automatic dependency installation
- Add pre-push hook to prevent direct pushes to main branch
This matches the setup in jupyterlab-deepnote for consistency.
0 commit comments