Skip to content

Commit

Permalink
docs: 📚️ update code style guide
Browse files Browse the repository at this point in the history
  • Loading branch information
bubkoo committed Mar 21, 2021
1 parent 597b189 commit d8e0c16
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ No one can guarantee how much will be remembered about certain PR after some tim

### Style Guide

tslint can help to identify styling issues that may exist in your code. Your code is required to pass the test from tslint. Run the test locally by `$ yarn lint`.
eslint can help to identify styling issues that may exist in your code. Your code is required to pass the test from eslint. Run the test locally by `$ yarn lint`.

### Commit Message Format

Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ $ git push origin branch-name

### 代码风格

你的代码风格必须通过 tslint,你可以运行 `$ yarn lint` 本地测试。
你的代码风格必须通过 eslint,你可以运行 `$ yarn lint` 本地测试。

### Commit 提交规范

Expand Down

0 comments on commit d8e0c16

Please sign in to comment.