Files
bob/.prettierrc.json
Morten Olsen d6c7404f96 feat: init
2023-09-06 10:56:36 +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"
}