library/.prettierrc

8 lines
141 B
Plaintext
Raw Normal View History

2021-10-30 19:44:32 -04:00
{
"arrowParens": "avoid",
"singleQuote": true,
"semi": false,
"printWidth": 80,
"trailingComma": "all",
"bracketSpacing": false
}