Files
plugin-starter/ui/.prettierrc.json
Ryan Wang c81ec5a2ae chore: update ui template (#53)
Signed-off-by: Ryan Wang <i@ryanc.cc>
2025-06-20 17:00:00 +08:00

8 lines
137 B
JSON

{
"$schema": "https://json.schemastore.org/prettierrc",
"semi": false,
"singleQuote": true,
"printWidth": 100,
"tabWidth": 2
}