advent22/ui/.prettierrc.json

8 lines
146 B
JSON
Raw Permalink Normal View History

{
"$schema": "https://json.schemastore.org/prettierrc",
"semi": true,
"singleQuote": false,
"printWidth": 100,
"trailingComma": "all"
}