@@ -244,10 +244,10 @@ The recommended configuration will set your parser ECMA Version to 2015, since t
244
244
245
245
Rule | Error level | Fixable
246
246
---- | ----------- | -------
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
251
251
252
252
#### Using the Configuration
253
253
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.
266
266
267
267
Rule | Error level | Fixable
268
268
---- | ----------- | -------
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
275
275
276
276
## License
277
277
The ` array-func ` plugin is licensed under the [ MIT License] ( LICENSE ) .
0 commit comments