Bilibili-Evolved/.prettierrc
2022-10-12 23:03:40 +08:00

8 lines
138 B
Plaintext

{
"semi": false,
"singleQuote": true,
"trailingComma": "all",
"arrowParens": "avoid",
"endOfLine": "auto",
"printWidth": 100
}