Skip to content

Commit c5b35fa

Browse files
committed
fix: lint rules for multiple imports
1 parent bd38d19 commit c5b35fa

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/bin/cli.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
#!/usr/bin/env node
22

33
import { intro, outro, select } from '@clack/prompts'
4-
import { styleText } from 'node:util'
5-
import { debuglog } from 'node:util'
4+
import { styleText, debuglog } from 'node:util'
65
import { scaffoldAiAppInstructions } from '../main.js'
76

87
const debug = debuglog('agent-rules')

0 commit comments

Comments
 (0)