We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
name
1 parent 09c8945 commit 35aaba6Copy full SHA for 35aaba6
index.js
@@ -25,6 +25,7 @@ const index = {
25
configs: {},
26
};
27
index.configs.recommended = {
28
+ name: 'array-func/recommended',
29
plugins: { "array-func": index },
30
rules: {
31
"array-func/from-map": "error",
@@ -34,6 +35,7 @@ index.configs.recommended = {
34
35
},
36
37
index.configs.all = {
38
+ name: 'array-func/all',
39
40
41
0 commit comments