Skip to content

Commit 0562038

Browse files
committed
chore: remove unnecessary eslint rule at the top of the file
1 parent 279fb80 commit 0562038

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/runtime/utils/bouncer.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
/* eslint @typescript-eslint/no-explicit-any: off */
2-
31
import type { BouncerAbility, AuthorizerResponse } from '../../utils'
42
import { allows as _allows, denies as _denies, authorize as _authorize, AuthorizationError } from '../../utils'
53
import { useNuxtApp, createError } from '#imports'

0 commit comments

Comments
 (0)