Skip to content

Commit

Permalink
Add scss and mdx files to prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
folkforms committed Apr 25, 2024
1 parent 8718076 commit 5ee7ae7
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 @@ -9,7 +9,7 @@
}
},
"lint-staged": {
"*.{js,jsx,json,css,md}": [
"*.{js,jsx,json,css,scss,md,mdx}": [
"prettier --write"
],
"*.{js,jsx}": [
Expand Down

0 comments on commit 5ee7ae7

Please sign in to comment.