Skip to content

Commit 25e99fa

Browse files
chore: remove husky and lint-staged (#4232)
Husky forces git pre-commit hooks for all contributors, which can block commits when npm isn't in the system path. CI already handles linting on push. lint-staged was only invoked by the husky hook and had no standalone script. Ref: openedx/frontend-app-learning#1622 Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent a1ecf15 commit 25e99fa

4 files changed

Lines changed: 0 additions & 611 deletions

File tree

.husky/pre-commit

Lines changed: 0 additions & 1 deletion
This file was deleted.

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -200,8 +200,6 @@ Paragon provides a comprehensive set of npm scripts to help with development, te
200200

201201
- **`npm run prepublishOnly`** - Automatically runs before npm publish to ensure the library is built before distribution.
202202

203-
- **`npm run prepare`** - Sets up Git hooks (via Husky) for pre-commit linting and other checks.
204-
205203
## Contributing
206204

207205
The branch to target with your PR depends on the type of change you are contributing to Paragon.

0 commit comments

Comments
 (0)