Skip to content

Commit 6c43a85

Browse files
voxpellilo1tuma
authored andcommitted

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,11 +99,13 @@ const mod = {
9999

100100
mod.configs.flat = {
101101
all: {
102+
name: 'mocha/all',
102103
plugins: { mocha: mod },
103104
languageOptions: { globals: globals.mocha },
104105
rules: allRules
105106
},
106107
recommended: {
108+
name: 'mocha/recommended',
107109
plugins: { mocha: mod },
108110
languageOptions: { globals: globals.mocha },
109111
rules: recommendedRules

0 commit comments

Comments
 (0)