cubetiq-react-app/.prettierrc.json

7 lines
86 B
JSON

{
"trailingComma": "es5",
"tabWidth": 4,
"semi": false,
"singleQuote": true
}