test/.prettierrc
2025-03-30 22:09:19 +08:00

8 lines
138 B
Plaintext

{
"semi":false,
"arrowParens": "avoid",
"singleQuote": false,
"trailingComma": "none",
"spaced-comment":2,
"printWidth": 180
}