aliyundriveDailyCheck/.prettierrc

10 lines
160 B
Plaintext
Raw Permalink Normal View History

2024-01-30 21:51:34 +08:00
{
"singleQuote": true,
"semi": false,
"endOfLine": "lf",
"tabWidth": 2,
"trailingComma": "none",
"bracketSpacing": true,
"arrowParens": "avoid"
}