bookmark/front/.prettierrc

12 lines
226 B
Plaintext
Raw Normal View History

{
"printWidth": 160,
"semi": true,
"singleQuote": true,
"trailingComma": "none",
"bracketSpacing": true,
"jsxBracketSameLine": false,
"arrowParens": "avoid",
"requirePragma": false,
"proseWrap": "preserve"
}