shopping-list/.prettierrc

6 lines
68 B
Plaintext
Raw Normal View History

{
"semi": true,
"trailingComma": "all",
"singleQuote": true
}