Files
refocus.dev/.prettierrc.json
Morten Olsen bc0d501d98 init
2023-06-16 11:17:09 +02:00

13 lines
279 B
JSON

{
"semi": true,
"tabWidth": 2,
"useTabs": false,
"singleQuote": true,
"jsxSingleQuote": false,
"bracketSameLine": false,
"arrowParens": "always",
"htmlWhitespaceSensitivity": "css",
"bracketSpacing": true,
"quoteProps": "as-needed",
"trailingComma": "all"
}