Merged
Conversation
resolve #18
|
@leviding 校对认领 |
wzy816
reviewed
Apr 21, 2018
| 你也可以从网上下载一些风格规则然后扩展它们。查看 <http://eslint.org/docs/user-guide/getting-started> 以获得有关安装的更多详细信息。 | ||
|
|
||
| Using a linter has a great side-effect: linters catch typos. For instance, when an undefined variable is accessed, a linter detects it and (if integrated with an editor) highlights it. In most cases that's a mistype. So we can fix it right ahead. | ||
| 使用一个 linter 会有一些很棒的边际效用。Linters 可以捕捉错别字。例如,当一个 undefined 变量被访问时,linter 会检测出并把它高亮(如果和编辑器集成了)。在大多数情况下,这都是你打错啦。所以我们可以在一开始就解决它。 |
Signed-off-by: sqrtthree <imsqrtthree@gmail.com>
Author
|
已调整。 |
leviding
approved these changes
Apr 22, 2018
Member
Merged
Author
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
resolve #18