AFFiNE/.prettierrc
2022-09-22 15:39:53 +08:00

7 lines
103 B
Plaintext

{
"singleQuote": true,
"trailingComma": "es5",
"tabWidth": 2,
"arrowParens": "avoid"
}