YetAnotherToDoList/.prettierrc

16 lines
345 B
Plaintext
Raw Normal View History

{
2023-10-24 16:51:58 +02:00
"semi": false,
"singleQuote": true,
2023-10-24 16:51:58 +02:00
"quoteProps": "as-needed",
"jsxSingleQuote": true,
"trailingComma": "none",
2023-10-24 16:51:58 +02:00
"bracketSpacing": true,
"bracketSameLine": false,
"arrowParens": "always",
"requirePragma": false,
"insertPragma": false,
2023-10-24 16:51:58 +02:00
"proseWrap": "always",
"htmlWhitespaceSensitivity": "strict",
"vueIndentScriptAndStyle": true
}