mcp-freescout/.prettierrc
Jack Arturo 5efb1496a6 Update Prettier config and refactor markdownToHtml
Changed Prettier settings to use 80 print width and avoid arrow parens. Refactored markdownToHtml method in freescout-api.ts to use a single line for HTML escaping.
2026-01-05 00:31:41 +01:00

10 lines
178 B
Text

{
"semi": true,
"trailingComma": "es5",
"singleQuote": true,
"printWidth": 80,
"tabWidth": 2,
"useTabs": false,
"arrowParens": "avoid",
"proseWrap": "preserve"
}