We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 446b23b commit b808d04Copy full SHA for b808d04
1 file changed
packages/core-debug-api/src/RestrictedDebugAPI.ts
@@ -3,7 +3,7 @@ import DebugAPI from './private/DebugAPI';
3
import type { BaseContext, BreakpointObject, RestrictedDebugAPIType } from './types';
4
5
// 🔒 This function must be left empty.
6
-// eslint-disable-next-line @typescript-eslint/no-empty-function, @typescript-eslint/no-unused-vars
+// eslint-disable-next-line @typescript-eslint/no-empty-function
7
const BREAKPOINT_FUNCTION = <T>(__DEBUG_CONTEXT__: T) => {};
8
9
type AsGetters<T> = {
0 commit comments