srv/.prettierrc
2023-06-11 21:17:02 -05:00

8 lines
116 B
Plaintext

{
"trailingComma": "all",
"singleQuote": true,
"semi": false,
"arrowParens": "avoid",
"parser": "babel"
}