meals-made-easy-app/.prettierrc.json
2024-08-08 10:43:14 -05:00

10 lines
174 B
JSON

{
"arrowParens": "avoid",
"semi": false,
"singleQuote": true,
"tabWidth": 4,
"bracketSpacing": true,
"trailingComma": "none",
"printWidth": 120
}