ylwy-bg/.prettierrc.json

9 lines
163 B
JSON
Raw Permalink Normal View History

2024-12-17 15:17:10 +00:00
{
"$schema": "https://json.schemastore.org/prettierrc",
"semi": false,
"tabWidth": 2,
"singleQuote": true,
"printWidth": 80,
"trailingComma": "none"
}