Skip to content

Commit

Permalink
fix: 🐛 add md/mdx to check-spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
peelar committed Sep 1, 2023
1 parent 962f12c commit 9853654
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 @@ -4,7 +4,7 @@
"scripts": {
"build": "turbo run build",
"check-deps": "syncpack list-mismatches",
"check-spelling": "cspell **/*.{jsx,tsx,js,ts}",
"check-spelling": "cspell **/*.{jsx,tsx,js,ts,md,mdx}",
"dev": "turbo run dev",
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
"format-package-json": "syncpack format",
Expand Down

0 comments on commit 9853654

Please sign in to comment.