Skip to content

Commit db05614

Browse files
committed
docs: Remove pre-commit hook references from CLAUDE.md
The pre-commit hooks were not functional (removed in separate PR), so updating the documentation to reflect that developers should manually run lint before committing.
1 parent 33ec96e commit db05614

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

CLAUDE.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,7 @@ This is `@jitsi/js-utils`, a collection of utility libraries for Jitsi JavaScrip
1515

1616
### Linting
1717
- `npm run lint` - Run ESLint using @jitsi/eslint-config
18-
19-
### Pre-commit Hooks
20-
The project has pre-commit hooks configured for `lint` and `test` (though test script is not currently defined).
18+
- Always run linting before committing changes
2119

2220
## Code Architecture
2321

0 commit comments

Comments
 (0)