Skip to content

Commit

Permalink
🚨 fix lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
dudeofawesome committed May 9, 2024
1 parent 55ecdf9 commit b0f7c3f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/create-configs/bin/create-configs.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/usr/bin/env -S node --trace-uncaught

// eslint-disable-next-line @typescript-eslint/ban-ts-comment, @typescript-eslint/prefer-ts-expect-error
// @ts-ignore
import { main } from '../dist/index.js';

main();
void main();

0 comments on commit b0f7c3f

Please sign in to comment.