Skip to content

Commit

Permalink
feat: provide name (for tooling)
Browse files Browse the repository at this point in the history
  • Loading branch information
brettz9 authored and freaktechnik committed Jul 23, 2024
1 parent 09c8945 commit 35aaba6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ const index = {
configs: {},
};
index.configs.recommended = {
name: 'array-func/recommended',
plugins: { "array-func": index },
rules: {
"array-func/from-map": "error",
Expand All @@ -34,6 +35,7 @@ index.configs.recommended = {
},
};
index.configs.all = {
name: 'array-func/all',
plugins: { "array-func": index },
rules: {
"array-func/from-map": "error",
Expand Down

0 comments on commit 35aaba6

Please sign in to comment.