We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9afb590 commit 74fa3aeCopy full SHA for 74fa3ae
1 file changed
packages/cli/src/dirCommand.ts
@@ -101,6 +101,7 @@ export const dirCommand: SvgrCommand = async (
101
? await resolveConfig(filepath, { editorconfig: true })
102
: {}
103
return format(fileContent, {
104
+ filepath,
105
...prettierRcConfig,
106
...opts.prettierConfig,
107
})
0 commit comments