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 7c12f63 commit 2957434Copy full SHA for 2957434
README.md
@@ -136,7 +136,8 @@ array.filter(this.isGood, this);
136
```
137
138
### `prefer-array-from`
139
-Use `Array.from` instead of `[...iterable]` for performance benefits.
+Use `Array.from` instead of `[...iterable]`.
140
+See [`from-map`](#from-map) for additional benefits `Array.from` can provide over the spread syntax.
141
142
This rule is auto fixable.
143
0 commit comments