Skip to content

Commit b1ef932

Browse files
Update package.json
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent 65db5ce commit b1ef932

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
@@ -43,7 +43,7 @@
4343
"lint": "eslint . --max-warnings 0 && prettier -c .",
4444
"lint:fix": "eslint . --fix && npm run prettier",
4545
"lint:markdown": "npx markdownlint-cli **/*.md",
46-
"prettier": "prettier --write \"**/*.{css,json,js,md,mdx,scss,yml}\"",
46+
"prettier": "prettier --write \"**/*.{css,html,js,json,jsonc,md,mdx,mjs,scss,ts,yaml,yml}\"",
4747
"spellcheck": "npx cspell \"**/*.{html,json,md,mdx,yml}\" --no-progress",
4848
"test": "jest",
4949
"test:coverage": "jest --coverage"

0 commit comments

Comments
 (0)