AFFiNE/.prettierrc

7 lines
95 B
Plaintext
Raw Normal View History

2022-09-22 15:39:53 +08:00
{
2023-04-14 04:30:18 +08:00
"singleQuote": true,
"trailingComma": "es5",
"tabWidth": 2,
"arrowParens": "avoid"
2022-09-22 15:39:53 +08:00
}