We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ad3368 commit 4162303Copy full SHA for 4162303
README.md
@@ -1417,7 +1417,7 @@ Other Style Guides
1417
return name;
1418
}
1419
```
1420
- <a name=variables--no-chain-assignment""></a><a name="13.5"></a>
+ <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)
1422
1423
> Why? Chaining variable assignments creates implicit global variables.
0 commit comments