Skip to content

Commit

Permalink
Merge pull request #1 from feross/master
Browse files Browse the repository at this point in the history
update origin
  • Loading branch information
devjin0617 committed May 9, 2017
2 parents 8b43d45 + 37baeac commit e0ab338
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -709,7 +709,7 @@ Here are some important packages in the `standard` ecosystem:
- **[standard-www](https://github.com/feross/standard-www)** - code for https://standardjs.com
- **[semistandard](https://github.com/Flet/semistandard)** - standard, with semicolons (if you must)

There are also many **[editor plugins](#text-editor-plugins)**, a list of
There are also many **[editor plugins](#are-there-text-editor-plugins)**, a list of
**[npm packages that use `standard`](https://github.com/feross/standard-packages)**,
and an awesome list of
**[packages in the `standard` ecosystem](https://github.com/feross/awesome-standard)**.
Expand Down
6 changes: 3 additions & 3 deletions RULES.md
@@ -1,6 +1,6 @@
# JavaScript Standard Style

Translations: [Português](docs/RULES-ptbr.md), [Spanish](docs/RULES-esla.md), [繁體中文](docs/RULES-zhtw.md), [简体中文](RULES-zhcn.md)
Translations: [Português](docs/RULES-ptbr.md), [Spanish](docs/RULES-esla.md), [繁體中文](docs/RULES-zhtw.md), [简体中文](docs/RULES-zhcn.md)

[![js-standard-style](https://cdn.rawgit.com/feross/standard/master/badge.svg)](https://github.com/feross/standard)

Expand Down Expand Up @@ -312,7 +312,7 @@ your code.

* **Files must end with a newline.**

elint: [`eol-last`](http://eslint.org/docs/rules/eol-last)
eslint: [`eol-last`](http://eslint.org/docs/rules/eol-last)

* **No space between function identifiers and their invocations.**

Expand Down Expand Up @@ -936,7 +936,7 @@ your code.

* **Avoid comparing a variable to itself.**

esint: [`no-self-compare`](http://eslint.org/docs/rules/no-self-compare)
eslint: [`no-self-compare`](http://eslint.org/docs/rules/no-self-compare)

```js
if (score === score) {} // ✗ avoid
Expand Down

0 comments on commit e0ab338

Please sign in to comment.