Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
ejsmith committed Oct 16, 2024
1 parent 3de6d8a commit 6c9e378
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/Exceptionless.Web/ClientApp/.prettierrc
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@
"plugins": ["prettier-plugin-svelte", "prettier-plugin-tailwindcss"],
"printWidth": 160,
"singleQuote": true,
"trailingComma": "none"
"trailingComma": "none",
"endOfLine": "auto"
}
2 changes: 1 addition & 1 deletion src/Exceptionless.Web/ClientApp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,4 +77,4 @@
"unplugin-icons": "^0.19.3"
},
"type": "module"
}
}

0 comments on commit 6c9e378

Please sign in to comment.