carpark-test/.prettierrc

7 lines
90 B
Plaintext
Raw Normal View History

2020-11-03 23:00:17 +00:00
{
"semi": true,
"trailingComma": "none",
"singleQuote": true,
"printWidth": 120
}