Skip to content

Commit

Permalink
chore: update prettier config
Browse files Browse the repository at this point in the history
  • Loading branch information
miracles1919 committed Jun 20, 2022
1 parent b96c8ed commit 55e58d1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
1 change: 0 additions & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
packages/**/*.md
packages/**/*.mdx
package.json
.umi
Expand Down
12 changes: 10 additions & 2 deletions .prettierrc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,15 @@
"overrides": [
{
"files": ".prettierrc",
"options": { "parser": "json" }
"options": {
"parser": "json"
}
},
{
"files": ["*.md"],
"options": {
"embeddedLanguageFormatting": "off"
}
}
]
}
}

0 comments on commit 55e58d1

Please sign in to comment.