sandbox-react/fare-zones-table/.prettierrc

5 lines
64 B
Plaintext
Raw Normal View History

2021-09-14 02:25:33 +02:00
{
"semi": true,
"singleQuote": true,
"trailingComma": "es5"
}