mirror of
https://github.com/airbnb/javascript.git
synced 2026-04-25 03:00:19 -04:00
[guide] Clarify wording
This commit is contained in:
committed by
Jordan Harband
parent
69e34378c6
commit
ffe4fe967c
@@ -2764,7 +2764,7 @@ Other Style Guides
|
||||
```
|
||||
|
||||
<a name="whitespace--computed-property-spacing"></a>
|
||||
- [19.15](#whitespace--computed-property-spacing) Enforce spacing inside of computed properties. eslint: [`computed-property-spacing`](https://eslint.org/docs/rules/computed-property-spacing)
|
||||
- [19.15](#whitespace--computed-property-spacing) Enforce spacing inside of computed property brackets. eslint: [`computed-property-spacing`](https://eslint.org/docs/rules/computed-property-spacing)
|
||||
|
||||
```javascript
|
||||
// bad
|
||||
|
||||
Reference in New Issue
Block a user