Browse Source

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

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.
repo-sync/main
dgibbs64 3 weeks ago
parent
commit
4ef6979f75
  1. 2
      .devcontainer/devcontainer.json

2
.devcontainer/devcontainer.json

@ -29,5 +29,5 @@
]
}
},
"postCreateCommand": "npm init -y >/dev/null 2>&1 || true && npm install --no-save prettier prettier-plugin-sh prettier-plugin-jinja-template"
"postCreateCommand": "npm init -y >/dev/null 2>&1 || true && npm install --no-save prettier prettier-plugin-sh prettier-plugin-jinja-template && sudo apt-get update && sudo apt-get install -y ripgrep"
}

Loading…
Cancel
Save