Skip to content

Commit 4727787

Browse files
committed
remove obsolete linter directive
1 parent c9b4a17 commit 4727787

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/browser/src/integrations/globalhandlers.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,6 @@ export class GlobalHandlers implements Integration {
216216
* @param reason: The `reason` property of the promise rejection
217217
* @returns An Event object with an appropriate `exception` value
218218
*/
219-
// eslint-disable-next-line @typescript-eslint/no-explicit-any
220219
private _eventFromRejectionWithPrimitive(reason: Primitive): Event {
221220
return {
222221
exception: {

0 commit comments

Comments
 (0)