|
5 | 5 | Rules for Array functions and methods.
|
6 | 6 |
|
7 | 7 | ## Contents
|
8 | | - - [Installation](#Installation) |
9 | | - - [Rules](#Rules) |
| 8 | + - [Installation](#installation) |
| 9 | + - [Rules](#rules) |
10 | 10 | - [`from-map`](#from-map)
|
11 | | - - [Examples](#Examples) |
| 11 | + - [Examples](#examples) |
12 | 12 | - [`no-unnecessary-this-arg`](#no-unnecessary-this-arg)
|
13 | 13 | - [Checked Functions](#checked-functions)
|
14 | 14 | - [Checked Methods](#checked-methods)
|
15 | | - - [Examples](#Examples2) |
| 15 | + - [Examples](#examples-1) |
16 | 16 | - [`prefer-array-from`](#prefer-array-from)
|
17 | | - - [Examples](#Examples3) |
18 | | - - [`array-func/recommended` Configuration](#array-func-recommended-configuration) |
| 17 | + - [Examples](#examples-2) |
| 18 | + - [`array-func/recommended` Configuration](#array-funcrecommended-configuration) |
19 | 19 | - [Using the Configuration](#using-the-configuration)
|
20 | | - - [License](#License) |
| 20 | + - [License](#license) |
21 | 21 |
|
22 | 22 | ## Installation
|
23 | 23 |
|
|
0 commit comments