Skip to content

Commit

Permalink
chore: fix formatting command for mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
TonyRL committed Nov 30, 2023
1 parent a97becb commit f6938ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"eslint --cache --fix",
"prettier --ignore-unknown --ignore-path ./.gitignore --write"
],
"*.md": "node website/docs/.format/format.mjs --staged",
"*.md?(x)": "node website/docs/.format/format.mjs --staged",
"*.yml": "eslint --cache --fix"
},
"nodemonConfig": {
Expand Down

0 comments on commit f6938ac

Please sign in to comment.