Skip to content

Commit 8a3e2c8

Browse files
committed
chore: lint fix
1 parent f9812c0 commit 8a3e2c8

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

packages/commandkit/bin/index.mjs

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

3-
import { bootstrapCommandkitCLI } from '../dist/index.mjs'
3+
import { bootstrapCommandkitCLI } from '../dist/index.mjs';
44

5-
await bootstrapCommandkitCLI(process.argv);
5+
await bootstrapCommandkitCLI(process.argv);

packages/commandkit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,4 +61,4 @@
6161
"engines": {
6262
"node": ">=22"
6363
}
64-
}
64+
}

packages/tsconfig/base.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@
1111
"declaration": true,
1212
"isolatedModules": true
1313
}
14-
}
14+
}

0 commit comments

Comments
 (0)