Skip to content

Commit 93bad1d

Browse files
committed
minor fixes
1 parent 64af9fa commit 93bad1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/findPackageNodePath.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import fs from "node:fs";
77
export const findPackageNodePath = function (packagename:string):string|null {
88
let sdkPath = null;
99
if (!isBrowser) {
10-
// eslint-disable-next-line @typescript-eslint/no-require-imports
10+
1111
try {
1212
let sdkPaths = [
1313
`${CONFIG.get("projectPath")}${CONFIG.get("relativeImportPath")}`,

0 commit comments

Comments
 (0)