system-pri/frontend/.prettierrc.json

7 lines
86 B
JSON
Raw Normal View History

2022-05-22 21:28:25 +02:00
{
"trailingComma": "all",
"tabWidth": 2,
"semi": false,
"singleQuote": true
}