Files
llm-observability-mcp/.prettierrc
Stefano 05af3880f6
Some checks failed
CI - Semantic Release / Semantic Release (push) Failing after 7m48s
Implementation of MCP for LLM Observability capture to PostHig
2025-07-13 20:42:19 -05:00

8 lines
124 B
Plaintext

{
"singleQuote": true,
"semi": true,
"useTabs": true,
"tabWidth": 4,
"printWidth": 80,
"trailingComma": "all"
}