Skip to content

Commit

Permalink
remove md from format
Browse files Browse the repository at this point in the history
  • Loading branch information
aldabil21 committed Oct 18, 2023
1 parent c5ec8dc commit 16cac5c
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 @@ -26,7 +26,7 @@
"**/*.{ts,js,tsx,jsx}": [
"npm run lint"
],
"**/*.{ts,js,tsx,jsx,json,md,yml}": [
"**/*.{ts,js,tsx,jsx,json,yml}": [
"npm run format:write"
]
},
Expand Down

0 comments on commit 16cac5c

Please sign in to comment.