library/.prettierrc

8 lines
141 B
Plaintext

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