Skip to content

Commit b3746b5

Browse files
committed
feat: add meta name
1 parent ef5af91 commit b3746b5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

lib/index.js

+6
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,12 @@ for (const prefix of ['flat/', '']) {
6262

6363
module.exports.configs.recommended.plugins = ['mocha-cleanup'];
6464
module.exports.configs['recommended-no-limits'].plugins = ['mocha-cleanup'];
65+
66+
module.exports.configs['flat/recommended'].name =
67+
'mocha-cleanup/flat/recommended';
68+
module.exports.configs['flat/recommended-no-limits'].name =
69+
'mocha-cleanup/flat/recommended-no-limits';
70+
6571
module.exports.configs['flat/recommended'].plugins = {
6672
'mocha-cleanup': module.exports,
6773
};

0 commit comments

Comments
 (0)