UNPKG

@starwind-ui/mcp

Version:
10 lines (9 loc) 173 B
/** @type {import("prettier").Config} */ export default { printWidth: 100, semi: true, singleQuote: false, tabWidth: 2, trailingComma: "all", useTabs: false, };