Skip to content

Commit b808d04

Browse files
committed
Fix ESLint
1 parent 446b23b commit b808d04

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/core-debug-api/src/RestrictedDebugAPI.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import DebugAPI from './private/DebugAPI';
33
import type { BaseContext, BreakpointObject, RestrictedDebugAPIType } from './types';
44

55
// 🔒 This function must be left empty.
6-
// eslint-disable-next-line @typescript-eslint/no-empty-function, @typescript-eslint/no-unused-vars
6+
// eslint-disable-next-line @typescript-eslint/no-empty-function
77
const BREAKPOINT_FUNCTION = <T>(__DEBUG_CONTEXT__: T) => {};
88

99
type AsGetters<T> = {

0 commit comments

Comments
 (0)