Skip to content

Commit 3707078

Browse files
authored
fix: pick name into fusedConfig. (#397)
1 parent 65baf20 commit 3707078

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/factory.ts

+1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ import { combine, interopDefault } from './utils'
2929
import { formatters } from './configs/formatters'
3030

3131
const flatConfigProps: (keyof FlatConfigItem)[] = [
32+
'name',
3233
'files',
3334
'ignores',
3435
'languageOptions',

0 commit comments

Comments
 (0)