Skip to content

Commit

Permalink
feat: add name property to configs (for use with tooling) (#486)
Browse files Browse the repository at this point in the history
  • Loading branch information
brettz9 committed Jul 19, 2024
1 parent 1c951cd commit ca9e9b4
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 @@ -43,10 +43,12 @@ const pluginPromise = {
}
pluginPromise.configs = {
recommended: {
name: 'promise/recommended',
plugins: ['promise'],
rules: recommendedRules,
},
'flat/recommended': {
name: 'promise/flat/recommended',
plugins: { promise: pluginPromise },
rules: recommendedRules,
},
Expand Down

0 comments on commit ca9e9b4

Please sign in to comment.