Skip to content

Commit

Permalink
upd: update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wangbingying committed Apr 4, 2021
1 parent 14a7a52 commit 7b8e81c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,8 @@ module.exports = {
};
```

> Note: The format types of submitted message are `'upd','feat','fix','refactor','docs','chore','style','revert'`, for example: `feat: add support for i18n`
#### File name verification (optional)

By default, file name verification does not require any configuration. The default rule is to support `camelcase` or `pascalcase` style file names.
Expand Down
2 changes: 2 additions & 0 deletions README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,8 @@ module.exports = {
};
```

> 注意:提交消息的格式类型有` 'upd', 'feat', 'fix', 'refactor', 'docs', 'chore', 'style', 'revert'`, 比如:`feat: 添加国际化支持`
#### 文件名校验(可选)

文件名校验在默认情况下,不需要做任何配置,默认规则是支持 `camelcase``pascalcase`风格的文件名。
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "code-specification-unid",
"version": "1.0.3",
"version": "1.0.4",
"description": "A collection of configuration files containing prettier, eslint, stylelint, husky, lint-staged, commitlint",
"keywords": [
"eslint",
Expand Down

0 comments on commit 7b8e81c

Please sign in to comment.