From 849608bcabcf46b30b232cd78d288610d74bd0e0 Mon Sep 17 00:00:00 2001 From: Tatsunori Uchino Date: Mon, 8 Jan 2024 23:51:20 +0900 Subject: [PATCH] chore: check MDX even by VS Code cspell extension (#9713) --- .cspell.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.cspell.json b/.cspell.json index f5785db90c2d..ed3031458ccf 100644 --- a/.cspell.json +++ b/.cspell.json @@ -37,5 +37,6 @@ "*.min.*", "jest/vendor" ], - "ignoreRegExpList": ["Email", "Urls", "#[\\w-]*"] + "ignoreRegExpList": ["Email", "Urls", "#[\\w-]*"], + "enableFiletypes": ["mdx"] }