mirror of
https://github.com/langchain-ai/langsmith-docs.git
synced 2026-08-26 17:26:32 -04:00
[PR #187] [MERGED] [minor]: Run prettier on all JS code blocks #274
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
main← Head:brace/format-js-code-blocks📝 Commits (4)
474a312[minor]: Run prettier on all JS code blockseae1e08crc99c5c4formatc5a5ed9lint📊 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
CodeBlockcomponents.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.