Skip to content

Commit d130d0d

Browse files
author
Simon Rogers
committed
restore eslint-disable for wget
1 parent 75ff29d commit d130d0d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/openapi/install_swagger.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import fs from 'fs/promises'
22
import { exit } from 'process'
3+
// eslint-disable-next-line n/no-unpublished-import
34
import wget from 'wget-improved'
45

56
async function get(url, path) {

0 commit comments

Comments
 (0)