mirror of
https://gh.wpcy.net/https://github.com/verygoodplugins/mcp-freescout.git
synced 2026-07-15 09:50:53 +08:00
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.
10 lines
178 B
Text
10 lines
178 B
Text
{
|
|
"semi": true,
|
|
"trailingComma": "es5",
|
|
"singleQuote": true,
|
|
"printWidth": 80,
|
|
"tabWidth": 2,
|
|
"useTabs": false,
|
|
"arrowParens": "avoid",
|
|
"proseWrap": "preserve"
|
|
}
|