Commit b4703e5 1 parent f4f9db9 commit b4703e5 Copy full SHA for b4703e5
File tree 3 files changed +53
-136
lines changed
3 files changed +53
-136
lines changed Original file line number Diff line number Diff line change 13
13
],
14
14
"scripts" : {
15
15
"build" : " build-ts app" ,
16
+ "check-all" : " yarn cleanup && yarn typecheck && yarn test" ,
16
17
"cleanup" : " yarn format && yarn lint-fix" ,
17
18
"format" : " sort-package-json && yarn prettify" ,
18
19
"postinstall" : " husky || true" ,
68
69
"eslint-plugin-import" : " 2.31.0" ,
69
70
"eslint-plugin-sort-class-members" : " 1.21.0" ,
70
71
"eslint-plugin-sort-destructure-keys" : " 2.0.0" ,
71
- "eslint-plugin-unicorn" : " 56 .0.1 " ,
72
+ "eslint-plugin-unicorn" : " 57 .0.0 " ,
72
73
"husky" : " 9.1.7" ,
73
74
"jest" : " 29.7.0" ,
74
75
"lint-staged" : " 15.4.3" ,
75
76
"micromatch" : " 4.0.8" ,
76
77
"pinst" : " 3.0.0" ,
77
78
"prettier" : " 3.5.2" ,
78
79
"semantic-release" : " 24.2.3" ,
79
- "sort-package-json" : " 2.15.0 " ,
80
+ "sort-package-json" : " 2.15.1 " ,
80
81
"ts-node" : " 10.9.2" ,
81
82
"type-fest" : " 4.35.0" ,
82
83
"typescript" : " 5.8.2" ,
Original file line number Diff line number Diff line change 3
3
"allowSyntheticDefaultImports" : true ,
4
4
"alwaysStrict" : true ,
5
5
"declaration" : true ,
6
+ "erasableSyntaxOnly" : true ,
6
7
"esModuleInterop" : true ,
7
8
"importHelpers" : false ,
8
9
"module" : "NodeNext" ,
You can’t perform that action at this time.
0 commit comments