QuickExam-UI/.prettierrc.json

8 lines
161 B
JSON
Raw Permalink Normal View History

2023-12-27 18:08:12 +08:00
{
"$schema": "https://json.schemastore.org/prettierrc",
"semi": true,
"tabWidth": 2,
"singleQuote": true,
"printWidth": 100,
"trailingComma": "es5"
2023-12-29 17:34:46 +08:00
}