Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
huntabyte committed Feb 23, 2024
1 parent 1455ede commit b51b280
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sites/docs/mdsx.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ function remarkRemovePrettierIgnore() {
return async (tree) => {
visit(tree, "code", (node) => {
node.value = node.value
// @ts-expect-error - we're changing the node type
// @ts-expect-error - not dealing with this rn
.replaceAll("<!-- prettier-ignore -->\n", "")
.replaceAll("// prettier-ignore\n", "");
});
Expand Down

0 comments on commit b51b280

Please sign in to comment.