Skip to content

Commit b2f5dc8

Browse files
authored
fix: don't warn about idPrefixLeader in config (#2561)
1 parent 9f2a37b commit b2f5dc8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/conf/src/makeConfig.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ export const exampleConfig = {
8383
...defaultConfig,
8484
macro: {
8585
...defaultConfig.macro,
86+
idPrefixLeader: ".",
8687
jsxPlaceholderAttribute: "_t",
8788
jsxPlaceholderDefaults: multipleValidOptions(
8889
{},

0 commit comments

Comments
 (0)