harb/services/txnBot/.prettierrc

9 lines
132 B
Text
Raw Normal View History

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