chore: check MDX even by VS Code cspell extension (#9713)

This commit is contained in:
Tatsunori Uchino 2024-01-08 23:51:20 +09:00 committed by GitHub
parent e19b681e51
commit 849608bcab
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -37,5 +37,6 @@
"*.min.*",
"jest/vendor"
],
"ignoreRegExpList": ["Email", "Urls", "#[\\w-]*"]
"ignoreRegExpList": ["Email", "Urls", "#[\\w-]*"],
"enableFiletypes": ["mdx"]
}