Files
open-anylink-web/.prettierrc.json

10 lines
194 B
JSON
Raw Normal View History

2024-08-19 22:51:18 +08:00
{
"$schema": "https://json.schemastore.org/prettierrc",
"semi": false,
"tabWidth": 2,
"singleQuote": true,
"printWidth": 100,
2025-05-30 18:57:05 +08:00
"trailingComma": "none",
"jsxBracketSameLine": true
2024-08-21 21:51:06 +08:00
}