Skip to content

Commit 06c4482

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

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
@@ -44,7 +44,7 @@
4444
"lint:fix": "eslint . --fix && npm run prettier",
4545
"lint:markdown": "npx markdownlint-cli **/*.md",
4646
"prettier": "prettier --write .",
47-
"spellcheck": "npx cspell \"**/*[.html,.json,.md,.mdx,.yml]\" --no-progress",
47+
"spellcheck": "npx cspell \"**/*.{html,json,md,mdx,yml}\" --no-progress",
4848
"test": "jest",
4949
"test:coverage": "jest --coverage"
5050
},

0 commit comments

Comments
 (0)