Skip to content

Commit 9768593

Browse files
style: use typescript style import
1 parent d3374af commit 9768593

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

package.json

-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,6 @@
103103
"@verdaccio"
104104
],
105105
"rules": {
106-
"@typescript-eslint/no-var-requires": 0,
107106
"@typescript-eslint/ban-ts-ignore": 0,
108107
"@typescript-eslint/no-explicit-any": 0,
109108
"@typescript-eslint/explicit-function-return-type": 0

src/verdaccio.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
const globalTunnel = require('global-tunnel-ng');
1+
import globalTunnel from 'global-tunnel-ng';
22
globalTunnel.initialize();
33
require('verdaccio/build/lib/cli');

0 commit comments

Comments
 (0)