This commit is contained in:
Miodec 2025-12-23 20:06:16 +01:00
parent 6296671c7e
commit 357972ec77

View file

@ -55,14 +55,6 @@
"check-assets-others": "turbo check-assets --filter @monkeytype/frontend -- others",
"knip": "knip"
},
"lint-staged": {
"*": [
"oxfmt --no-error-on-unmatched-pattern"
],
"*.{ts,js}": [
"oxlint --type-aware --type-check"
]
},
"devDependencies": {
"@commitlint/cli": "17.7.1",
"@commitlint/config-conventional": "19.2.2",
@ -80,8 +72,16 @@
"turbo": "2.5.6",
"vitest": "4.0.15"
},
"packageManager": "pnpm@9.6.0",
"lint-staged": {
"*": [
"oxfmt --no-error-on-unmatched-pattern"
],
"*.{ts,js}": [
"oxlint --type-aware --type-check"
]
},
"engines": {
"node": "24.11.0 || 22.21.0"
}
},
"packageManager": "pnpm@9.6.0"
}