From f23796882c9d80570d7f6d5ea63d57bfe5611c59 Mon Sep 17 00:00:00 2001 From: dgibbs64 Date: Fri, 15 May 2026 20:29:03 +0000 Subject: [PATCH] chore(sync): synced local './' with remote 'bash/' MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Synced from dgibbs64/repo-sync@c0827cced31890005c2af5b9e7832f8d758ab7df — feat(prettier): add support for additional Prettier plugins * Updated the installation command to include `prettier-plugin-ejs`. * Modified the `prettier_plugins` input to reflect the new plugin addition. --- .prettierrc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.prettierrc.json b/.prettierrc.json index eef7253d0..02d542d50 100644 --- a/.prettierrc.json +++ b/.prettierrc.json @@ -1,3 +1,3 @@ { - "plugins": ["prettier-plugin-sh", "prettier-plugin-jinja-template"] + "plugins": ["prettier-plugin-sh"] }