YetAnotherToDoList/.prettierrc

8 lines
124 B
Plaintext

{
"singleQuote": true,
"trailingComma": "none",
"requirePragma": false,
"insertPragma": false,
"proseWrap": "always"
}