[PR #187] [MERGED] [minor]: Run prettier on all JS code blocks #274

Closed
opened 2026-02-21 17:17:43 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langsmith-docs/pull/187
Author: @bracesproul
Created: 4/23/2024
Status: Merged
Merged: 4/23/2024
Merged by: @agola11

Base: mainHead: brace/format-js-code-blocks


📝 Commits (4)

📊 Changes

2 files changed (+31 additions, -2 deletions)

View changed files

📝 package.json (+1 -1)
📝 src/components/InstructionsWithCode.js (+30 -1)

📄 Description

Runs prettier inline on all CodeBlock components.

Skips formatting PY at this time, will require a more complex solution since prettier does not support programatic formatting for PY code.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langchain-ai/langsmith-docs/pull/187 **Author:** [@bracesproul](https://github.com/bracesproul) **Created:** 4/23/2024 **Status:** ✅ Merged **Merged:** 4/23/2024 **Merged by:** [@agola11](https://github.com/agola11) **Base:** `main` ← **Head:** `brace/format-js-code-blocks` --- ### 📝 Commits (4) - [`474a312`](https://github.com/langchain-ai/langsmith-docs/commit/474a3125e834ec9cbdd58980c314b3c8a3662b6f) [minor]: Run prettier on all JS code blocks - [`eae1e08`](https://github.com/langchain-ai/langsmith-docs/commit/eae1e08dc5d69e87a7072a45b9c1c15fb77e7915) cr - [`c99c5c4`](https://github.com/langchain-ai/langsmith-docs/commit/c99c5c497a651144a4e1878c2abf5076fc1f88bd) format - [`c5a5ed9`](https://github.com/langchain-ai/langsmith-docs/commit/c5a5ed9aab2da798307b2d1d02c125a4571aaf9e) lint ### 📊 Changes **2 files changed** (+31 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `package.json` (+1 -1) 📝 `src/components/InstructionsWithCode.js` (+30 -1) </details> ### 📄 Description Runs prettier inline on all `CodeBlock` components. Skips formatting PY at this time, will require a more complex solution since prettier does not support programatic formatting for PY code. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-21 17:17:43 -05:00
yindo closed this issue 2026-02-21 17:17:43 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/langsmith-docs#274