We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 159a6d7 commit 8d6b74dCopy full SHA for 8d6b74d
1 file changed
package.json
@@ -49,6 +49,7 @@
49
"example": "ts-node example.ts"
50
},
51
"lint-staged": {
52
+ "*.ts": ["oxlint", "prettier --ignore-unknown --write"],
53
"*": "prettier --ignore-unknown --write"
54
55
"repository": {
0 commit comments