We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3374af commit 9768593Copy full SHA for 9768593
package.json
@@ -103,7 +103,6 @@
103
"@verdaccio"
104
],
105
"rules": {
106
- "@typescript-eslint/no-var-requires": 0,
107
"@typescript-eslint/ban-ts-ignore": 0,
108
"@typescript-eslint/no-explicit-any": 0,
109
"@typescript-eslint/explicit-function-return-type": 0
src/verdaccio.ts
@@ -1,3 +1,3 @@
1
-const globalTunnel = require('global-tunnel-ng');
+import globalTunnel from 'global-tunnel-ng';
2
globalTunnel.initialize();
3
require('verdaccio/build/lib/cli');
0 commit comments