Skip to content

Commit 48184e2

Browse files
committed
fix: update lint-staged configuration to include JSX and additional file types
1 parent 651873b commit 48184e2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,12 @@
3333
"url": "git+https://github.com/jinzcdev/leetcode-mcp-server.git"
3434
},
3535
"lint-staged": {
36-
"*.{js,ts}": [
36+
"*.{js,ts,jsx,tsx}": [
3737
"prettier --write",
3838
"eslint --fix"
39+
],
40+
"*.{md,json,yml,yaml,html,css}": [
41+
"prettier --write"
3942
]
4043
},
4144
"dependencies": {

0 commit comments

Comments
 (0)