answer/ui/.prettierrc.json

8 lines
141 B
JSON
Raw Permalink Normal View History

2022-09-27 17:59:05 +08:00
{
"trailingComma": "all",
"tabWidth": 2,
"singleQuote": true,
"jsxBracketSameLine": true,
2022-10-25 11:34:28 +08:00
"printWidth": 80,
"endOfLine": "auto"
}