report-design/.prettierrc

6 lines
79 B
Plaintext
Raw Permalink Normal View History

2018-09-18 10:03:59 +08:00
{
"singleQuote": true,
"trailingComma": "all",
"arrowParens": "always"
2018-09-18 10:03:59 +08:00
}