aboutsummaryrefslogtreecommitdiffstats
path: root/clients/www/.prettierrc
diff options
context:
space:
mode:
authorMatt Strapp <matt@mattstrapp.net>2024-04-05 16:56:02 -0500
committerMatt Strapp <matt@mattstrapp.net>2024-04-06 08:47:20 -0500
commit8a635a8e5bf8d23994d30d7d90b0318c27246a5d (patch)
tree254f145153b122190449f8701e4f6282eb9faf20 /clients/www/.prettierrc
parentDo not actually override the UI yet (diff)
downloadzorascript-8a635a8e5bf8d23994d30d7d90b0318c27246a5d.tar
zorascript-8a635a8e5bf8d23994d30d7d90b0318c27246a5d.tar.gz
zorascript-8a635a8e5bf8d23994d30d7d90b0318c27246a5d.tar.bz2
zorascript-8a635a8e5bf8d23994d30d7d90b0318c27246a5d.tar.lz
zorascript-8a635a8e5bf8d23994d30d7d90b0318c27246a5d.tar.xz
zorascript-8a635a8e5bf8d23994d30d7d90b0318c27246a5d.tar.zst
zorascript-8a635a8e5bf8d23994d30d7d90b0318c27246a5d.zip
Lint
Signed-off-by: Matt Strapp <matt@mattstrapp.net>
Diffstat (limited to '')
-rw-r--r--clients/www/.prettierrc1
1 files changed, 0 insertions, 1 deletions
diff --git a/clients/www/.prettierrc b/clients/www/.prettierrc
index a77fdde..9573023 100644
--- a/clients/www/.prettierrc
+++ b/clients/www/.prettierrc
@@ -4,6 +4,5 @@
"trailingComma": "none",
"printWidth": 100,
"plugins": ["prettier-plugin-svelte"],
- "pluginSearchDirs": ["."],
"overrides": [{ "files": "*.svelte", "options": { "parser": "svelte" } }]
}