okiba-org-frontend/.prettierrc
2022-07-13 22:01:27 +05:30

12 lines
236 B
Plaintext

{
"trailingComma": "all",
"useTabs": true,
"semi": true,
"singleQuote": false,
"quoteProps": "consistent",
"jsxSingleQuote": false,
"bracketSpacing": true,
"jsxBracketSameLine": true,
"arrowParens": "avoid",
"printWidth": 80
}