Skip to content

Commit 5963b0c

Browse files
committed
fix: lint
1 parent c8279e8 commit 5963b0c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app-config-schema/src/index.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,8 @@ export async function loadSchema({
181181

182182
code = code.replace(
183183
/require\("ajv-formats\/(.+)"\)/g,
184-
(_, match) => `require("${join(resolvedAjvFormatsPath, match).replace(/\\/g, '\\\\\\\\')}")`,
184+
(_, match) =>
185+
`require("${join(resolvedAjvFormatsPath, match).replace(/\\/g, '\\\\\\\\')}")`,
185186
);
186187

187188
return code;

0 commit comments

Comments
 (0)