fix(prettier): white space in mdx files

This commit is contained in:
Stefan Imhoff
2023-04-05 12:51:45 +02:00
parent 7e4e1304e6
commit b63299944c
3 changed files with 24 additions and 24 deletions

View File

@@ -14,7 +14,7 @@
"trailingComma": "es5",
"overrides": [
{
"files": "*.md",
"files": ["*.md", "*.mdx"],
"options": {
"singleQuote": false,
"tabWidth": 2