mirror of
https://github.com/airbnb/javascript.git
synced 2026-01-13 16:47:55 -05:00
[19.16] changed Enforce to avoid
Good practice is to avoid spaces between functions and their invocations. But by mistake (I think so) you used the word Enforce instead of Avoid
This commit is contained in:
@@ -2781,7 +2781,7 @@ Other Style Guides
|
||||
```
|
||||
|
||||
<a name="whitespace--func-call-spacing"></a>
|
||||
- [19.16](#whitespace--func-call-spacing) Enforce spacing between functions and their invocations. eslint: [`func-call-spacing`](https://eslint.org/docs/rules/func-call-spacing)
|
||||
- [19.16](#whitespace--func-call-spacing) Avoid spaces between functions and their invocations. eslint: [`func-call-spacing`](https://eslint.org/docs/rules/func-call-spacing)
|
||||
|
||||
```javascript
|
||||
// bad
|
||||
|
||||
Reference in New Issue
Block a user