Skip to content

Commit

Permalink
Fix changesets formatting
Browse files Browse the repository at this point in the history
They use frontmatter, but `remark-preset-wooorm` doesn’t support that.
  • Loading branch information
remcohaszing committed Oct 24, 2023
1 parent 0f4e3fd commit adadeb4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .changeset/language-server.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
'@mdx-js/language-server': minor---
'@mdx-js/language-server': minor
'vscode-mdx': minor
---

Expand Down
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"prettier": "^3.0.0",
"react": "^18.0.0",
"remark-cli": "^11.0.0",
"remark-frontmatter": "^4.0.0",
"remark-preset-wooorm": "^9.0.0",
"typescript": "^5.0.0",
"xo": "^0.56.0"
Expand All @@ -32,6 +33,7 @@
},
"remarkConfig": {
"plugins": [
"remark-frontmatter",
"remark-preset-wooorm",
[
"remark-lint-no-html",
Expand Down

0 comments on commit adadeb4

Please sign in to comment.