okiba-org-frontend/.prettierrc

12 lines
208 B
Plaintext
Raw Permalink Normal View History

2022-07-13 22:01:27 +05:30
{
"trailingComma": "all",
"useTabs": true,
"semi": true,
"singleQuote": false,
"quoteProps": "consistent",
"jsxSingleQuote": false,
"bracketSpacing": true,
"arrowParens": "avoid",
"printWidth": 80
}