From e7999b045800ce01e29e72dcea8ef04291422593 Mon Sep 17 00:00:00 2001 From: Cory LaViska Date: Mon, 25 Nov 2024 12:31:55 -0500 Subject: [PATCH] disable prettier for now --- docs/.eleventy.js | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/docs/.eleventy.js b/docs/.eleventy.js index c89be054e..ceebb7814 100644 --- a/docs/.eleventy.js +++ b/docs/.eleventy.js @@ -134,10 +134,13 @@ export default function (eleventyConfig) { ); // Production-only plugins - if (!isDeveloping) { - // Run Prettier on each file (prod only because it can be slow) - eleventyConfig.addPlugin(formatCodePlugin()); - } + // + // TODO - disabled because it takes about a minute to run now + // + // if (!isDeveloping) { + // // Run Prettier on each file (prod only because it can be slow) + // eleventyConfig.addPlugin(formatCodePlugin()); + // } return { dir: {