Files
breeze-next-template/.prettierrc.json
Taylor Otwell 507d891821 first
2021-12-01 15:17:40 -06:00

9 lines
154 B
JSON

{
"arrowParens": "avoid",
"jsxBracketSameLine": true,
"semi": false,
"singleQuote": true,
"tabWidth": 4,
"trailingComma": "all"
}