mirror of
https://github.com/claude-code-best/claude-code.git
synced 2026-06-15 12:55:51 +00:00
style: 完成所有文件的lint
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { spawn } from "node:child_process"
|
||||
import { spawn } from 'node:child_process'
|
||||
|
||||
const scripts = process.argv.slice(2)
|
||||
if (scripts.length === 0) {
|
||||
@@ -6,5 +6,5 @@ if (scripts.length === 0) {
|
||||
}
|
||||
|
||||
for (const script of scripts) {
|
||||
spawn(process.execPath, [script], { stdio: "inherit", shell: false })
|
||||
spawn(process.execPath, [script], { stdio: 'inherit', shell: false })
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user