tornado-relayer/.prettierrc

8 lines
116 B
Plaintext
Raw Normal View History

2020-08-04 07:39:56 +00:00
{
"semi": false,
2020-10-02 10:26:05 +00:00
"arrowParens": "avoid",
2020-08-04 07:39:56 +00:00
"singleQuote": true,
"printWidth": 110,
2020-09-28 14:55:01 +00:00
"trailingComma": "all"
2020-08-04 07:39:56 +00:00
}