Skip to content

Commit

Permalink
fix: add shebang to the bin file
Browse files Browse the repository at this point in the history
  • Loading branch information
haoqunjiang committed Jul 31, 2023
1 parent 31d58e7 commit cab3fd7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/create-eslint-config.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/usr/bin/env node
import { existsSync, readFileSync, writeFileSync, unlinkSync } from 'node:fs'
import { createRequire } from 'node:module'
import path from 'node:path'
Expand Down

0 comments on commit cab3fd7

Please sign in to comment.