Files
bob/.prettierrc.json
Morten Olsen 4b859b29fc feat: init
2023-09-06 11:23:23 +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"
}