We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 991ccc6 commit 87fdd45Copy full SHA for 87fdd45
1 file changed
src/entrypoints/cli.tsx
@@ -1,11 +1,6 @@
1
#!/usr/bin/env bun
2
import { feature } from 'bun:bundle';
3
4
-// eslint-disable-next-line custom-rules/no-top-level-side-effects
5
-if (feature('TRANSCRIPT_CLASSIFIER')) {
6
- // eslint-disable-next-line custom-rules/no-console, custom-rules/no-top-level-side-effects
7
- console.log('[dev] feature TRANSCRIPT_CLASSIFIER enabled');
8
-}
9
10
// Bugfix for corepack auto-pinning, which adds yarnpkg to peoples' package.jsons
11
// eslint-disable-next-line custom-rules/no-top-level-side-effects
0 commit comments