Skip to content

Commit

Permalink
chore: remove unnecessary eslint rule at the top of the file
Browse files Browse the repository at this point in the history
  • Loading branch information
Barbapapazes committed Jun 13, 2024
1 parent 279fb80 commit 0562038
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/runtime/utils/bouncer.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
/* eslint @typescript-eslint/no-explicit-any: off */

import type { BouncerAbility, AuthorizerResponse } from '../../utils'
import { allows as _allows, denies as _denies, authorize as _authorize, AuthorizationError } from '../../utils'
import { useNuxtApp, createError } from '#imports'
Expand Down

0 comments on commit 0562038

Please sign in to comment.