Skip to content

Commit 2bd1755

Browse files
committed
Fix ts together with eslint
1 parent 440597e commit 2bd1755

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/common/src/utils/debug.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
import { getGlobal } from './global';
22

3+
// eslint-disable-next-line
4+
declare var __DEV__: boolean | undefined;
5+
36
const shouldShowDebugger = () => {
47
if (typeof __DEV__ !== 'undefined' && __DEV__) {
58
return true;

0 commit comments

Comments
 (0)