fix formatting

This commit is contained in:
Joe Danziger
2025-05-09 10:52:37 -04:00
parent 5b95b1d8ee
commit a2e99bdfa4
4 changed files with 13 additions and 10 deletions

View File

@@ -164,7 +164,6 @@ export function onAddBrandRules(targetDir) {
}
}
function copyRecursiveSync(src, dest) {
const exists = fs.existsSync(src);
const stats = exists && fs.statSync(src);
@@ -222,6 +221,11 @@ function onPostConvertBrandRules(targetDir) {
onAddBrandRules(targetDir);
}
export { conversionConfig, fileMap, globalReplacements, brandName, rulesDir, onPostConvertBrandRules };
export {
conversionConfig,
fileMap,
globalReplacements,
brandName,
rulesDir,
onPostConvertBrandRules
};