Skip to content

Commit 30bef0c

Browse files
committed
add shebang back to script and disable lint rule
1 parent feecd27 commit 30bef0c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

bin/create-doc-pr.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// eslint-disable-next-line n/shebang
2+
#!/usr/bin/env node
13

24
import {fileURLToPath} from "node:url"
35
import {createRequire} from 'node:module'

0 commit comments

Comments
 (0)