From 27107225ec554762cf895c6a665828d7d624d1d3 Mon Sep 17 00:00:00 2001 From: Josh Hunt Date: Wed, 19 Jul 2023 13:15:31 +0000 Subject: [PATCH] Chore: Update prettier yarn sdk (#71915) latest prettier yarn sdk --- .yarn/sdks/prettier/index.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.yarn/sdks/prettier/index.js b/.yarn/sdks/prettier/index.js index 81f9bec5fe8..8758e367a72 100755 --- a/.yarn/sdks/prettier/index.js +++ b/.yarn/sdks/prettier/index.js @@ -11,10 +11,10 @@ const absRequire = createRequire(absPnpApiPath); if (existsSync(absPnpApiPath)) { if (!process.versions.pnp) { - // Setup the environment to be able to require prettier/index.js + // Setup the environment to be able to require prettier require(absPnpApiPath).setup(); } } -// Defer to the real prettier/index.js your application uses -module.exports = absRequire(`prettier/index.js`); +// Defer to the real prettier your application uses +module.exports = absRequire(`prettier`);