Skip to content

Commit 4a677c6

Browse files
authored
prefer-includes: Drop duplicated line in docs (#2548)
1 parent 8f00f76 commit 4a677c6

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

docs/rules/prefer-includes.md

-4
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,6 @@ This rule is fixable, unless the search expression in `Array#some()` has side ef
1919
array.indexOf('foo') !== -1;
2020
```
2121

22-
```js
23-
array.indexOf('foo') !== -1;
24-
```
25-
2622
```js
2723
string.lastIndexOf('foo') !== -1;
2824
```

0 commit comments

Comments
 (0)