Skip to content

Commit 39d5559

Browse files
committed
Remove misleading reference to one-var eslint rule
This eslint rule does not enforce this style guide rule. I believe that referencing it here will cause people to believe that this is enforced via linting when it is not. As far as I know, there is no rule that currently enforces this, but it would be nice to add one.
1 parent 4162303 commit 39d5559

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1418,7 +1418,7 @@ Other Style Guides
14181418
}
14191419
```
14201420
<a name="variables--no-chain-assignment"></a><a name="13.5"></a>
1421-
- [13.5](#variables--no-chain-assignment) Don't chain variable assignments. eslint: [`one-var`](http://eslint.org/docs/rules/one-var.html)
1421+
- [13.5](#variables--no-chain-assignment) Don't chain variable assignments.
14221422
14231423
> Why? Chaining variable assignments creates implicit global variables.
14241424

0 commit comments

Comments
 (0)