diff --git a/package.json b/package.json index d2337f81e..4540fddc7 100644 --- a/package.json +++ b/package.json @@ -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" }