library/.prettierrc

9 lines
141 B
Plaintext

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