See requested changes here: https://github.com/airbnb/javascript/pull/1960#pullrequestreview-176797787
This commit is contained in:
NullDev (Chris)
2018-11-21 10:48:35 +01:00
committed by Jordan Harband
parent 21b65e943c
commit 0d6d854b5c

View File

@@ -2249,7 +2249,7 @@ Other Style Guides
}
```
<a name="control-statement--value-selection"></a>
<a name="control-statement--value-selection"></a><a name="control-statements--value-selection"></a>
- [17.2](#control-statements--value-selection) Don't use selection operators in place of control statements.
```javascript