Skip to content

Commit 31d957d

Browse files
committed
chore: lint
1 parent 1124522 commit 31d957d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/flags.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ export const hasTTY = toBoolean(
1414
);
1515

1616
/** Detect if global `window` object is available */
17+
// eslint-disable-next-line unicorn/prefer-global-this
1718
export const hasWindow = typeof window !== "undefined";
1819

1920
/** Detect if `DEBUG` environment variable is set */

0 commit comments

Comments
 (0)