tornado-relayer/.prettierrc

8 lines
117 B
Plaintext
Raw Normal View History

2020-08-04 10:39:56 +03:00
{
"semi": false,
"arrowParens": "always",
"singleQuote": true,
"printWidth": 110,
2020-09-28 17:55:01 +03:00
"trailingComma": "all"
2020-08-04 10:39:56 +03:00
}