File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 5656 "lint-staged" : " ^13" ,
5757 "multi-semantic-release" : " ^3" ,
5858 "prettier" : " ^2.2.1" ,
59+ "prettier-plugin-organize-imports" : " ^3" ,
60+ "prettier-plugin-packagejson" : " ^2" ,
5961 "semantic-release" : " ^19.0.5" ,
6062 "ts-jest" : " ^29" ,
6163 "ts-node" : " ^10" ,
Original file line number Diff line number Diff line change 2222 ],
2323 "scripts" : {
2424 "build" : " father build" ,
25- "clean" : " rm -rf es lib dist build coverage src/.umi* .eslintcache" ,
25+ "clean" : " rm -rf es lib dist build coverage .eslintcache" ,
2626 "cov" : " jest --coverage" ,
2727 "start" : " father dev" ,
2828 "test" : " jest"
Original file line number Diff line number Diff line change 11{
22 "extends" : " ../../tsconfig.json" ,
3- "include" : [" src" ],
43 "compilerOptions" : {
54 "module" : " CommonJS" ,
65 "target" : " es5" ,
You can’t perform that action at this time.
0 commit comments