sandbox-react/config-tutorial/.prettierrc

5 lines
64 B
Plaintext

{
"semi": true,
"singleQuote": true,
"trailingComma": "es5"
}