tx-manager/.prettierrc
2020-10-02 12:50:59 +03:00

8 lines
116 B
Plaintext

{
"semi": false,
"arrowParens": "avoid",
"singleQuote": true,
"printWidth": 110,
"trailingComma": "all"
}