plusone-admin-ui/.prettierrc.json

7 lines
110 B
JSON
Raw Normal View History

2022-12-27 10:13:24 +08:00
{
"singleQuote": true,
"semi": false,
"useTabs": false,
"tabWidth": 4,
"endOfLine": "lf"
}