Files
create-react-app/.prettierrc
2018-09-17 19:59:14 -04:00

6 lines
68 B
Plaintext

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