Files
mcp-chrome/.prettierrc.json
2025-06-09 21:15:42 +08:00

10 lines
171 B
JSON

{
"semi": true,
"singleQuote": true,
"tabWidth": 2,
"printWidth": 100,
"endOfLine": "auto",
"proseWrap": "preserve",
"htmlWhitespaceSensitivity": "strict"
}