File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
2- "typescript .tsdk" : " node_modules/typescript/lib" ,
2+ "js/ts .tsdk.path " : " node_modules/typescript/lib" ,
33 "editor.formatOnSave" : true ,
44 "editor.defaultFormatter" : " oxc.oxc-vscode" ,
55 "editor.codeActionsOnSave" : {
66 "source.fixAll.oxc" : " explicit"
77 },
8- "oxc.typeAware" : true ,
98 "yaml.schemas" : {
109 "node_modules/lefthook/schema.json" : [" lefthook.yml" , " lefthook-local.yml" ]
1110 }
Original file line number Diff line number Diff line change 2828 "clean" : " rm -rf ./dist/" ,
2929 "typecheck" : " tsc --noEmit --project tsconfig.json && tsc --noEmit --project tsconfig.build.json" ,
3030 "build" : " tsc --build tsconfig.build.json" ,
31- "lint:check" : " oxlint --type-aware --report-unused-disable-directives " ,
31+ "lint:check" : " oxlint" ,
3232 "format:check" : " oxfmt --check" ,
3333 "format:write" : " oxfmt" ,
3434 "prepublishOnly" : " npm run build" ,
3535 "test" : " node bin/test.js"
3636 },
3737 "devDependencies" : {
38- "@nihalgonsalves/esconfig" : " ^0.16.0 " ,
38+ "@nihalgonsalves/esconfig" : " ^0.16.4 " ,
3939 "@types/node" : " ^22" ,
4040 "knip" : " ^5.85.0" ,
4141 "lefthook" : " ^2.1.2" ,
4242 "oxfmt" : " ^0.35.0" ,
43- "oxlint" : " ^1.50 .0" ,
44- "oxlint-tsgolint" : " ^0.15 .0" ,
43+ "oxlint" : " ^1.55 .0" ,
44+ "oxlint-tsgolint" : " ^0.16 .0" ,
4545 "typescript" : " ^5.9.3" ,
4646 "zod" : " ^4.3.6"
4747 },
You can’t perform that action at this time.
0 commit comments