| commit | fefde5770a9f6484e23c926b408f86ca8aa388ae | [log] [tgz] |
|---|---|---|
| author | Pokey Rule <755842+pokey@users.noreply.github.com> | Mon Apr 28 10:59:03 2025 +0100 |
| committer | Pokey Rule <755842+pokey@users.noreply.github.com> | Mon Apr 28 10:59:03 2025 +0100 |
| tree | f418d19da72b00624df996253b00391dfb392041 | |
| parent | d6d2c69696cdd642c778406d7a42f6fa626a33ef [diff] [blame] |
webui: Tweak prettier setup This should make us more consistent on formatting in local vs CI
diff --git a/.vscode/extensions.json b/.vscode/extensions.json new file mode 100644 index 0000000..ebf4c17 --- /dev/null +++ b/.vscode/extensions.json
@@ -0,0 +1,5 @@ +{ + // See http://go.microsoft.com/fwlink/?LinkId=827846 + // for the documentation about the extensions.json format + "recommendations": ["esbenp.prettier-vscode"] +}