BesService/.prettierrc

8 lines
113 B
Plaintext

{
"semi": false,
"singleQuote": true,
"arrowParens": "avoid",
"trailingComma": "none",
"tabWidth": 2
}