Files
full-stack-archetype/front/.prettierrc.json

8 lines
117 B
JSON

{
"printWidth": 85,
"tabWidth": 4,
"singleQuote": false,
"semi": true,
"arrowParens": "always"
}