Skip to content

Commit

Permalink
docs: remove useless blank lines
Browse files Browse the repository at this point in the history
  • Loading branch information
chuanzong.lcz@alibaba-inc.com committed Mar 17, 2021
1 parent c5765e7 commit 2264b88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ npm install git-commit-msg-linter --save-dev
**Just Install No Configurations Required** and your commit message is under linting from now on.

> 💡 Tips: for husky 5 see [Work With Husky 5](#2-work-with-husky-5).
## Recommended Commit Message Format

```
Expand Down Expand Up @@ -218,7 +219,6 @@ Before uninstalling, the `commit-msg` file will be restored and the `commit-msg.
### 1. Why not [conventional-changelog/commitlint](https://github.com/conventional-changelog/commitlint)?

- Configuration is relatively complex.

- No description for type, unfriendly to commit newbies. Because every time your are wondering which type should I use, you must jump out of you commit context to seek documentation in the wild web.
- To modify type description is also not supported. Unfriendly to non-english speakers. For example, all my team members are Japanese, isn't it more productive to change all the descriptions to Japanese?
- To add more types is also impossible. This is unacceptable for project with different types already existed.
Expand Down

0 comments on commit 2264b88

Please sign in to comment.