@dev-blinq/cucumber_client 1.0.1167-stage → 1.0.1168-stage
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -314,7 +314,7 @@ export function getDefaultPrettierConfig() {
|
|
|
314
314
|
// save the default config to .prettierrc
|
|
315
315
|
try {
|
|
316
316
|
writeFileSync(prettierConfigPath, JSON.stringify(prettierConfig, null, 2), "utf-8");
|
|
317
|
-
console.log(`Created default Prettier config at ${prettierConfigPath}`);
|
|
317
|
+
// console.log(`Created default Prettier config at ${prettierConfigPath}`);
|
|
318
318
|
} catch (error) {
|
|
319
319
|
console.error(`Error writing Prettier config file: ${error}`);
|
|
320
320
|
}
|