Skip to content

Commit 35aaba6

Browse files
brettz9freaktechnik
authored andcommitted
feat: provide name (for tooling)
1 parent 09c8945 commit 35aaba6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

index.js

+2
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ const index = {
2525
configs: {},
2626
};
2727
index.configs.recommended = {
28+
name: 'array-func/recommended',
2829
plugins: { "array-func": index },
2930
rules: {
3031
"array-func/from-map": "error",
@@ -34,6 +35,7 @@ index.configs.recommended = {
3435
},
3536
};
3637
index.configs.all = {
38+
name: 'array-func/all',
3739
plugins: { "array-func": index },
3840
rules: {
3941
"array-func/from-map": "error",

0 commit comments

Comments
 (0)