mirror of
https://github.com/acepanel/panel.git
synced 2026-02-04 04:22:33 +08:00
11 lines
222 B
JSON
11 lines
222 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/prettierrc",
|
|
"semi": false,
|
|
"tabWidth": 2,
|
|
"singleQuote": true,
|
|
"printWidth": 100,
|
|
"trailingComma": "none",
|
|
"plugins": [
|
|
"prettier-plugin-organize-imports"
|
|
]
|
|
} |