From d8e0c162bee8ee50b22f1031d2292db1d5fb6c36 Mon Sep 17 00:00:00 2001 From: bubkoo Date: Sun, 21 Mar 2021 15:53:56 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=F0=9F=93=9A=EF=B8=8F=20update=20code?= =?UTF-8?q?=20style=20guide?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CONTRIBUTING.md | 2 +- CONTRIBUTING.zh-CN.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 12d02009647..0a6c14b55ac 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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 diff --git a/CONTRIBUTING.zh-CN.md b/CONTRIBUTING.zh-CN.md index 1905c9e1324..108fcde2330 100644 --- a/CONTRIBUTING.zh-CN.md +++ b/CONTRIBUTING.zh-CN.md @@ -41,7 +41,7 @@ $ git push origin branch-name ### 代码风格 -你的代码风格必须通过 tslint,你可以运行 `$ yarn lint` 本地测试。 +你的代码风格必须通过 eslint,你可以运行 `$ yarn lint` 本地测试。 ### Commit 提交规范