Skip to content

Commit ece03cc

Browse files
committed
fix: pick name into fusedConfig.
1 parent 5e4d398 commit ece03cc

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)