Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit cab3fd7

Browse files
committed
fix: add shebang to the bin file
1 parent 31d58e7 commit cab3fd7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bin/create-eslint-config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#!/usr/bin/env node
12
import { existsSync, readFileSync, writeFileSync, unlinkSync } from 'node:fs'
23
import { createRequire } from 'node:module'
34
import path from 'node:path'

0 commit comments

Comments
 (0)