Skip to content

Commit 6c9e378

Browse files
committed
Fix build
1 parent 3de6d8a commit 6c9e378

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

src/Exceptionless.Web/ClientApp/.prettierrc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,6 @@
1010
"plugins": ["prettier-plugin-svelte", "prettier-plugin-tailwindcss"],
1111
"printWidth": 160,
1212
"singleQuote": true,
13-
"trailingComma": "none"
13+
"trailingComma": "none",
14+
"endOfLine": "auto"
1415
}

src/Exceptionless.Web/ClientApp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,4 +77,4 @@
7777
"unplugin-icons": "^0.19.3"
7878
},
7979
"type": "module"
80-
}
80+
}

0 commit comments

Comments
 (0)