Skip to content

Commit

Permalink
meta: add MDX file to lint-staged list (#5174)
Browse files Browse the repository at this point in the history
  • Loading branch information
aduh95 authored May 16, 2024
1 parent 1ac7f9c commit f626ce7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@
"eslint --fix",
"prettier -w",
"eslint"
],
"*.mdx": [
"prettier -w"
]
},
"remarkConfig": {
Expand Down

0 comments on commit f626ce7

Please sign in to comment.