From 4d93390ba6ac83c429fd2da94eec8deab3888310 Mon Sep 17 00:00:00 2001 From: Inshiku Han Date: Sun, 15 Dec 2024 11:13:30 +0900 Subject: [PATCH] Remove duplicate code block in JA docs --- src/content/docs/ja/reference/configuration.mdx | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/content/docs/ja/reference/configuration.mdx b/src/content/docs/ja/reference/configuration.mdx index 0b27e0905..acdfb036c 100644 --- a/src/content/docs/ja/reference/configuration.mdx +++ b/src/content/docs/ja/reference/configuration.mdx @@ -668,14 +668,6 @@ JSXを解釈するために使用されるランタイムまたは変換のタ } ``` -```json title="biome.json" -{ - "javascript": { - "jsxRuntime": "reactClassic" - } -} -``` - 古いJSXランタイムと新しいJSXランタイムについての詳細は、以下をご覧ください。 https://legacy.reactjs.org/blog/2020/09/22/introducing-the-new-jsx-transform.html