okiba-org-frontend/.prettierrc
alok8bb ae4986c091
run formatter
Signed-off-by: alok8bb <alok8bb@gmail.com>
2023-07-29 16:38:16 +05:30

12 lines
208 B
Plaintext

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