UNPKG
@starwind-ui/mcp
Version:
latest (0.2.1)
0.2.1
The Starwind UI MCP Server
github.com/starwind-ui/starwind-ui-mcp
starwind-ui/starwind-ui-mcp
@starwind-ui/mcp
/
.prettierrc.mjs
10 lines
(9 loc)
•
173 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
/**
@type
{
import("prettier").Config
}
*/
export
default
{
printWidth:
100
,
semi:
true
,
singleQuote:
false
,
tabWidth:
2
,
trailingComma:
"all"
,
useTabs:
false
, }
;