Skip to content

Commit bf96278

Browse files
committed
include md in prettier
1 parent 4713ed7 commit bf96278

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"lint": "npm run prettier -- --write --cache",
1616
"serve": "docusaurus serve",
1717
"prestart": "npm run generate-markdown",
18-
"prettier": "prettier \"./**/*.{html,ts,tsx,js,jsx}\"",
18+
"prettier": "prettier \"./**/*.{html,ts,tsx,js,jsx,md}\"",
1919
"start": "docusaurus start",
2020
"swizzle": "docusaurus swizzle --danger"
2121
},

0 commit comments

Comments
 (0)