rt-graphic-component/.prettierrc

6 lines
68 B
Plaintext
Raw Normal View History

2023-12-25 13:54:08 +08:00
{
"semi": true,
"singleQuote": true,
"trailingComma": "all"
}