mirror of
https://gitee.com/js-yhsec/energy_storage.git
synced 2026-05-27 18:59:26 +08:00
9 lines
164 B
JSON
9 lines
164 B
JSON
|
|
{
|
||
|
|
"$schema": "https://json.schemastore.org/prettierrc",
|
||
|
|
"semi": false,
|
||
|
|
"tabWidth": 2,
|
||
|
|
"singleQuote": true,
|
||
|
|
"printWidth": 100,
|
||
|
|
"trailingComma": "none"
|
||
|
|
}
|