AFFiNE/.prettierrc

7 lines
103 B
Plaintext
Raw Normal View History

2022-09-22 10:39:53 +03:00
{
"singleQuote": true,
"trailingComma": "es5",
"tabWidth": 2,
"arrowParens": "avoid"
}