Something went wrong. Try again.
[READ-ONLY] Mirror of https://github.com/sxzz/stackblitz-mcp. MCP server for reading files from StackBlitz projects stackblitz-mcp.sxzz.dev
Something went wrong. Try again.
stackblitz-mcp dprint.json
659 B · 26 lines
JSON
123456789101112131415161718192021222324252627{ "includes": ["**/*.{ts,tsx,js,jsx,json,md,astro}"], "excludes": [ "node_modules", "dist", ".astro", "pnpm-lock.yaml", "**/CHANGELOG*.md" ], "plugins": [ "npm:@dprint/typescript@0.96.1", "npm:@dprint/json@0.23.0", "npm:@dprint/markdown@0.23.2", "npm:dprint-plugin-markup@0.27.3", "npm:dprint-plugin-malva@0.16.0" ], "lineWidth": 80, "typescript": { "semiColons": "asi", "quoteStyle": "preferSingle", "trailingCommas": "onlyMultiLine", "module.sortImportDeclarations": "maintain", "module.sortExportDeclarations": "maintain", "importDeclaration.sortNamedImports": "maintain" }}