fix: ensure consistent line ending in JavaScript formatter configuration
Some checks failed
Code quality checks / biome (push) Failing after 10s
Some checks failed
Code quality checks / biome (push) Failing after 10s
This commit is contained in:
parent
3485d865e8
commit
582af2ba98
1 changed files with 1 additions and 0 deletions
|
@ -27,6 +27,7 @@
|
||||||
"formatter": {
|
"formatter": {
|
||||||
"quoteStyle": "double",
|
"quoteStyle": "double",
|
||||||
"indentStyle": "tab",
|
"indentStyle": "tab",
|
||||||
|
"lineEnding": "lf",
|
||||||
"jsxQuoteStyle": "double",
|
"jsxQuoteStyle": "double",
|
||||||
"semicolons": "always"
|
"semicolons": "always"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue