Skip to content

Commit ba7774d

Browse files
committed
minor fixes.
1 parent 9f7c31d commit ba7774d

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.changeset/temp-changeset-message.txt

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

CONTRIBUTING.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,17 +80,19 @@ This project and everyone participating in it is governed by our Code of Conduct
8080
5. Push to your fork and create a Pull Request
8181

8282
6. Pre-commit Hooks:
83-
83+
8484
We use [husky](https://typicode.github.io/husky/) and [lint-staged](https://github.com/okonet/lint-staged) to automatically run linting and formatting on staged files before each commit. This helps maintain code quality and consistency.
8585

8686
The pre-commit hooks are configured to run:
87-
- `pnpm lint`: Lints the staged files using ESLint
87+
88+
- `pnpm lint`: Lints the staged files using ESLint
8889
- `pnpm format`: Formats the staged files using Prettier
8990

9091
If either of these commands fails due to linting errors or formatting issues, the commit will be aborted. Please fix the reported issues and try committing again.
9192

9293
You can also run the lint and format commands manually at any time:
93-
```bash
94+
95+
```bash
9496
pnpm lint # Lint all files
9597
pnpm format # Format all files
9698
```

0 commit comments

Comments
 (0)