bro.landing/.prettierrc.json

8 lines
125 B
JSON
Raw Normal View History

2024-07-25 22:14:20 +03:00
{
"tabWidth": 2,
"semi": true,
"jsxBracketSameLine": true,
"arrowParens": "avoid",
"singleQuote": true
}