Explorar o código

chore(sync): synced local './' with remote 'bash/'

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.
dgibbs64 hai 2 semanas
pai
achega
f23796882c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      .prettierrc.json

+ 1 - 1
.prettierrc.json

@@ -1,3 +1,3 @@
 {
-  "plugins": ["prettier-plugin-sh", "prettier-plugin-jinja-template"]
+  "plugins": ["prettier-plugin-sh"]
 }