sandbox-react/config-tutorial/.prettierrc

5 lines
64 B
Plaintext
Raw Permalink Normal View History

2021-09-09 19:48:17 +02:00
{
"semi": true,
"singleQuote": true,
"trailingComma": "es5"
}