Files
sample-project/{{cookiecutter.project_slug}}/ManagerUI/.prettierrc.json

7 lines
120 B
JSON
Raw Normal View History

2025-04-23 11:03:01 +08:00
{
"$schema": "https://json.schemastore.org/prettierrc",
"semi": false,
"singleQuote": true,
"printWidth": 100
}