Skip to content

Commit 0eba7dd

Browse files
committedMay 18, 2023
style: format
1 parent 5ac4829 commit 0eba7dd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎docs/index.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Husky improves your commits and more 🐶 _woof!_
1010

1111
You can use it to **lint your commit messages**, **run tests**, **lint code**, etc... when you commit or push. Husky supports [all Git hooks](https://git-scm.com/docs/githooks).
1212

13-
## Features
13+
# Introduction
1414

1515
- Lightweight with zero dependencies (`6 kB`)
1616
- Powered by modern new Git feature (`core.hooksPath`)
@@ -23,7 +23,7 @@ You can use it to **lint your commit messages**, **run tests**, **lint code**, e
2323
- Custom directories
2424
- Monorepos
2525

26-
## Widely used
26+
**Widely used**
2727

2828
Husky is used by these awesome projects:
2929

@@ -51,7 +51,7 @@ Husky is used by these awesome projects:
5151
- [ant-design/ant-design](https://github.com/ant-design/ant-design)
5252
- And [**more than 1.1M projects**](https://github.com/typicode/husky/network/dependents?package_id=UGFja2FnZS0xODQzNTgwNg%3D%3D)
5353

54-
### Articles
54+
**Articles**
5555

5656
- [Why husky has dropped conventional JS config](https://blog.typicode.com/husky-git-hooks-javascript-config/)
5757
- [Why husky doesn't autoinstall anymore](https://blog.typicode.com/husky-git-hooks-autoinstall/)

0 commit comments

Comments
 (0)
Please sign in to comment.