Skip to content

Commit a007685

Browse files
Fix import from gulp-replace
1 parent c1ae535 commit a007685

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

extensions/ql-vscode/gulpfile.ts/appInsights.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import { src, dest } from "gulp";
2-
// eslint-disable-next-line @typescript-eslint/no-require-imports,import/no-commonjs
3-
const replace = require("gulp-replace");
2+
import replace from "gulp-replace";
43

54
/** Inject the application insights key into the telemetry file */
65
export function injectAppInsightsKey() {

0 commit comments

Comments
 (0)