Skip to content

Commit 2203ed2

Browse files
authored
Fix no-array-reduce code example (#1026)
1 parent 5ba0f83 commit 2203ed2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/rules/no-array-reduce.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Array.prototype.reduce.call(array, reducer);
3535
## Pass
3636

3737
```js
38-
// eslint-disable-next-line
38+
// eslint-disable-next-line unicorn/no-array-reduce
3939
array.reduce(reducer, initialValue);
4040
```
4141

0 commit comments

Comments
 (0)