Skip to content

Commit 0bee036

Browse files
zzzgitfreaktechnik
authored andcommitted
Update README.md
1 parent a0af690 commit 0bee036

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -244,10 +244,10 @@ The recommended configuration will set your parser ECMA Version to 2015, since t
244244

245245
Rule | Error level | Fixable
246246
---- | ----------- | -------
247-
`from-map` | Error | Yes
248-
`no-unnecessary-this-arg` | Error | Sometimes
249-
`prefer-array-from` | Error | Yes
250-
`avoid-reverse` | Error | Yes
247+
`array-func/from-map` | Error | Yes
248+
`array-func/no-unnecessary-this-arg` | Error | Sometimes
249+
`array-func/prefer-array-from` | Error | Yes
250+
`array-func/avoid-reverse` | Error | Yes
251251

252252
#### Using the Configuration
253253
To enable this configuration use the `extends` property in your `.eslintrc.json` config file (may look different for other config file styles):
@@ -266,12 +266,12 @@ contains and sets the ECMA version appropriately.
266266

267267
Rule | Error level | Fixable
268268
---- | ----------- | -------
269-
`from-map` | Error | Yes
270-
`no-unnecessary-this-arg` | Error | Sometimes
271-
`prefer-array-from` | Error | Yes
272-
`avoid-reverse` | Error | Yes
273-
`prefer-flat-map` | Error | Yes
274-
`prefer-flat` | Error | Yes
269+
`array-func/from-map` | Error | Yes
270+
`array-func/no-unnecessary-this-arg` | Error | Sometimes
271+
`array-func/prefer-array-from` | Error | Yes
272+
`array-func/avoid-reverse` | Error | Yes
273+
`array-func/prefer-flat-map` | Error | Yes
274+
`array-func/prefer-flat` | Error | Yes
275275

276276
## License
277277
The `array-func` plugin is licensed under the [MIT License](LICENSE).

0 commit comments

Comments
 (0)