feat(prettier): add backetSameLine rule

This commit is contained in:
Walid 2022-03-17 10:57:34 +01:00
parent 389205af19
commit be0c924171
No known key found for this signature in database
GPG Key ID: 50CE2725C6AF36B0

View File

@ -2,5 +2,6 @@
"singleQuote": true,
"jsxSingleQuote": true,
"semi": false,
"trailingComma": "none"
"trailingComma": "none",
"bracketSameLine": true
}