srv/.prettierrc

8 lines
116 B
Plaintext
Raw Normal View History

2023-06-12 02:17:02 +00:00
{
"trailingComma": "all",
"singleQuote": true,
"semi": false,
"arrowParens": "avoid",
"parser": "babel"
}