From 5f194ac969053746df4a44b324f76cebb3404293 Mon Sep 17 00:00:00 2001 From: Nitin Kumar Date: Fri, 14 Mar 2025 12:08:31 +0530 Subject: [PATCH] Revert "docs: JSONparse option for json generator(#7577)" This reverts commit 665ad75893c9d2b22abdddd1a979b36415ba75d3. --- src/content/configuration/module.mdx | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/content/configuration/module.mdx b/src/content/configuration/module.mdx index 065abf50153a..65c9159070dc 100644 --- a/src/content/configuration/module.mdx +++ b/src/content/configuration/module.mdx @@ -188,11 +188,6 @@ module.exports = { 'css/module': { // ditto }, - json: { - // Generator options for json modules - // Use `JSON.parse` when the JSON string is longer than 20 characters. - JSONParse: true, - }, // others… }, },