We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c80602e commit 454816dCopy full SHA for 454816d
package.json
@@ -68,7 +68,7 @@
68
},
69
"lint-staged": {
70
"*": "prettier --write --ignore-unknown --cache",
71
- "*.{ts,js}": [
+ "*.{ts,js,json,md,yml}": [
72
"prettier --ignore-unknown --write",
73
"oxlint --fix"
74
]
0 commit comments