pre-commit lint

This commit is contained in:
Christian Fehmer 2026-01-08 16:57:42 +01:00
parent 75a36c9feb
commit 4007f439bc
No known key found for this signature in database
GPG key ID: A567394D76EBDD7C

View file

@ -76,7 +76,7 @@
"*": [
"oxfmt --no-error-on-unmatched-pattern"
],
"*.{ts,js}": [
"*.{ts,tsx,js}": [
"oxlint --type-aware --type-check"
]
},