YetAnotherToDoList/.prettierrc

8 lines
124 B
Plaintext
Raw Normal View History

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