style(projects): fix lint code and format code

This commit is contained in:
soybeanfe
2026-03-09 12:19:23 +08:00
parent 6ff74c0c9d
commit 781a18f453
24 changed files with 106 additions and 103 deletions

View File

@@ -4,14 +4,16 @@
"bin": {
"sa": "./bin.ts"
},
"exports": {
".": "./src/index.ts"
},
"typesVersions": {
"*": {
"*": ["./src/*"]
"*": [
"./src/*"
]
}
},
"exports": {
".": "./src/index.ts"
},
"devDependencies": {
"@soybeanjs/changelog": "0.4.3",
"bumpp": "10.4.1",

View File

@@ -1,4 +1,4 @@
import cac from 'cac';
import { cac } from 'cac';
import { blue, lightGreen } from 'kolorist';
import { version } from '../package.json';
import { cleanup, genChangelog, generateRoute, gitCommit, gitCommitVerify, release, updatePkg } from './commands';