FIXES: Warning about jsxBracketSameLine deprecation

This commit is contained in:
Bernhard Wagner
2023-02-16 14:46:33 +01:00
parent 0393205eda
commit c6ce763f7c
+1 -1
View File
@@ -7,7 +7,7 @@
"jsxSingleQuote": false,
"trailingComma": "all",
"bracketSpacing": true,
"jsxBracketSameLine": false,
"bracketSameLine": false,
"arrowParens": "always",
"proseWrap": "preserve",
"htmlWhitespaceSensitivity": "css",