AFFiNE/.prettierrc

7 lines
95 B
Plaintext
Raw Normal View History

2022-09-22 10:39:53 +03:00
{
2023-04-13 23:30:18 +03:00
"singleQuote": true,
"trailingComma": "es5",
"tabWidth": 2,
"arrowParens": "avoid"
2022-09-22 10:39:53 +03:00
}