From 6c9e3783baff07ed081ca9f3bad7714d1212d87f Mon Sep 17 00:00:00 2001 From: "Eric J. Smith" Date: Tue, 15 Oct 2024 21:12:07 -0500 Subject: [PATCH] Fix build --- src/Exceptionless.Web/ClientApp/.prettierrc | 3 ++- src/Exceptionless.Web/ClientApp/package.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/Exceptionless.Web/ClientApp/.prettierrc b/src/Exceptionless.Web/ClientApp/.prettierrc index 509d835d6a..41043eb1ed 100644 --- a/src/Exceptionless.Web/ClientApp/.prettierrc +++ b/src/Exceptionless.Web/ClientApp/.prettierrc @@ -10,5 +10,6 @@ "plugins": ["prettier-plugin-svelte", "prettier-plugin-tailwindcss"], "printWidth": 160, "singleQuote": true, - "trailingComma": "none" + "trailingComma": "none", + "endOfLine": "auto" } diff --git a/src/Exceptionless.Web/ClientApp/package.json b/src/Exceptionless.Web/ClientApp/package.json index 1a77c6e77d..cfa30bb77f 100644 --- a/src/Exceptionless.Web/ClientApp/package.json +++ b/src/Exceptionless.Web/ClientApp/package.json @@ -77,4 +77,4 @@ "unplugin-icons": "^0.19.3" }, "type": "module" -} \ No newline at end of file +}