mirror of
https://codeberg.org/uzu/strudel
synced 2026-07-31 00:34:25 -04:00
FIXES: Warning about jsxBracketSameLine deprecation
This commit is contained in:
+1
-1
@@ -7,7 +7,7 @@
|
||||
"jsxSingleQuote": false,
|
||||
"trailingComma": "all",
|
||||
"bracketSpacing": true,
|
||||
"jsxBracketSameLine": false,
|
||||
"bracketSameLine": false,
|
||||
"arrowParens": "always",
|
||||
"proseWrap": "preserve",
|
||||
"htmlWhitespaceSensitivity": "css",
|
||||
|
||||
Reference in New Issue
Block a user