Skip to content

Commit 394d6bc

Browse files
committed
refactor: fix lint error
1 parent 884249e commit 394d6bc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/index.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ it('should export configs that refer to actual rules', () => {
6060
'flat/svelte',
6161
'flat/marko',
6262
]);
63+
6364
const allConfigRules = Object.values(allConfigs)
6465
.map((config) => Object.keys(config.rules ?? {}))
6566
.reduce((previousValue, currentValue) => [

0 commit comments

Comments
 (0)