fix: ensure consistent line ending in JavaScript formatter configuration
Some checks failed
Code quality checks / biome (push) Failing after 10s

This commit is contained in:
wont-stream 2025-04-10 19:24:08 -04:00
parent 3485d865e8
commit 582af2ba98

View file

@ -27,6 +27,7 @@
"formatter": {
"quoteStyle": "double",
"indentStyle": "tab",
"lineEnding": "lf",
"jsxQuoteStyle": "double",
"semicolons": "always"
}