mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2026-01-13 19:04:06 +08:00
format
This commit is contained in:
parent
6296671c7e
commit
357972ec77
1 changed files with 10 additions and 10 deletions
20
package.json
20
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"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue