Skip to content

Commit 60c04ca

Browse files
committed
chore: update lint-staged config
1 parent 1079345 commit 60c04ca

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

package.json

+5-1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@
1515
"prettier": "^2.8.8"
1616
},
1717
"lint-staged": {
18-
"*.{js,ts,md}": "prettier --write"
18+
"*.{js,ts,md}": "prettier --write",
19+
"*.py": "black -S",
20+
"*.{c,cpp,java,h}": [
21+
"clang-format -style=file -i"
22+
]
1923
}
2024
}

0 commit comments

Comments
 (0)