Skip to content

Commit

Permalink
update prettier rc
Browse files Browse the repository at this point in the history
  • Loading branch information
glassonion1 committed Feb 28, 2024
1 parent be8ee7a commit 222680d
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .prettierrc
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,4 @@
"jsxSingleQuote": false,
"trailingComma": "none",
"semi": false,
"overrides": [
{
"files": ["*.md", "README"],
"options": {
"parser": "markdown-nocjsp"
}
},
{
"files": ["*.mdx"],
"options": {
"parser": "mdx-nocjsp"
}
}
]
}

0 comments on commit 222680d

Please sign in to comment.