diff --git a/package.json b/package.json index 706ce6d..6c1c8e2 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "author": "jihchi", "main": "src/index.js", "scripts": { - "format": "prettier --with-node-modules --write \"{src,test}/**/*.{mjs,js,html}\" \"*.{js,cjs,mjs}\"", + "format": "prettier --with-node-modules --write \"{src,test}/**/*.{mjs,js,html}\" \"*.{js,cjs,mjs,md}\"", "start": "node src/index.js", "test": "jest", "test:watch": "pnpm test --watch"