disable prettier for now

This commit is contained in:
Cory LaViska
2024-11-25 12:31:55 -05:00
parent 99a6f37a93
commit e7999b0458

View File

@@ -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: {