BlueWallet/.prettierrc

7 lines
99 B
Text
Raw Normal View History

2022-12-06 19:56:02 -05:00
{
"singleQuote": true,
"printWidth": 140,
"trailingComma": "all",
"arrowParens": "avoid"
}