File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6868 "@swc/types" : " ^0.1.25" ,
6969 "@taplo/cli" : " ^0.7.0" ,
7070 "@tybys/wasm-util" : " ^0.10.0" ,
71- "ava" : " ^6.4.1" ,
72- "husky" : " ^9.1.7" ,
73- "lint-staged" : " ^16.1.6" ,
74- "npm-run-all2" : " ^8.0.4" ,
7571 "oxlint" : " ^1.14.0" ,
7672 "prettier" : " ^3.6.2" ,
7773 "tinybench" : " ^6.0.0" ,
7874 "typescript" : " ^5.9.2" ,
7975 "vitest" : " ^4.0.18"
80- },
81- "lint-staged" : {
82- "*.@(js|ts|tsx)" : [
83- " oxlint --fix"
84- ],
85- "*.@(js|ts|tsx|yml|yaml|md|json)" : [
86- " prettier --write"
87- ],
88- "*.toml" : [
89- " taplo format"
90- ]
91- },
92- "ava" : {
93- "extensions" : {
94- "ts" : " module"
95- },
96- "timeout" : " 2m" ,
97- "workerThreads" : false ,
98- "environmentVariables" : {
99- "OXC_TSCONFIG_PATH" : " ./__test__/tsconfig.json"
100- },
101- "nodeArguments" : [
102- " --import" ,
103- " @oxc-node/core/register"
104- ]
105- },
106- "prettier" : {
107- "printWidth" : 120 ,
108- "semi" : false ,
109- "trailingComma" : " all" ,
110- "singleQuote" : true ,
111- "arrowParens" : " always"
112- },
113- "packageManager" : " yarn@4.12.0"
76+ }
11477}
You can’t perform that action at this time.
0 commit comments