Skip to content

Commit ca9e9b4

Browse files
authored
feat: add name property to configs (for use with tooling) (#486)
1 parent 1c951cd commit ca9e9b4

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
@@ -43,10 +43,12 @@ const pluginPromise = {
4343
}
4444
pluginPromise.configs = {
4545
recommended: {
46+
name: 'promise/recommended',
4647
plugins: ['promise'],
4748
rules: recommendedRules,
4849
},
4950
'flat/recommended': {
51+
name: 'promise/flat/recommended',
5052
plugins: { promise: pluginPromise },
5153
rules: recommendedRules,
5254
},

0 commit comments

Comments
 (0)