@@ -244,10 +244,10 @@ The recommended configuration will set your parser ECMA Version to 2015, since t
244244
245245Rule | 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
253253To 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
267267Rule | 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
277277The ` array-func ` plugin is licensed under the [ MIT License] ( LICENSE ) .
0 commit comments