tx-manager/.prettierrc

8 lines
116 B
Plaintext
Raw Normal View History

2020-10-02 11:14:40 +02:00
{
"semi": false,
2020-10-02 11:50:59 +02:00
"arrowParens": "avoid",
2020-10-02 11:14:40 +02:00
"singleQuote": true,
"printWidth": 110,
"trailingComma": "all"
}