Skip to content

Commit 1fd9e89

Browse files
fix: use biome-ignore instead of eslint-disable for noConsole rule
Co-Authored-By: mathieu <mathieu@buildwithfern.com>
1 parent 2169a1d commit 1fd9e89

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/cli/cli/src/utils/environment.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ function detectDeploySource(): string | undefined {
7878
}
7979
} catch (error) {
8080
// git not available or not in a repo — log at debug level and continue
81-
// eslint-disable-next-line no-console
81+
// biome-ignore lint/suspicious/noConsole: allow console
8282
console.debug("detectDeploySource: git log failed", error);
8383
}
8484
return undefined;

0 commit comments

Comments
 (0)