Skip to content

Commit 165cdd8

Browse files
committed
update lint-staged
1 parent b8db9b9 commit 165cdd8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,6 @@
167167
]
168168
},
169169
"lint-staged": {
170-
"*.{mjs,js,ts,mts,jsx,tsx}": ["oxfmt", "oxlint --type-aware --fix"]
170+
"*.{mjs,js,ts,mts,jsx,tsx}": ["oxfmt --no-error-on-unmatched-pattern", "oxlint --type-aware --fix"]
171171
}
172172
}

0 commit comments

Comments
 (0)