Skip to content

Commit

Permalink
chore: ignore lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Apr 12, 2024
1 parent 5ca222d commit c116076
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/runtime/composables/adsense.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ import { useRoute, useRuntimeConfig } from '#imports'
export interface AdsByGoogleWindow extends Window {
adsbygoogle: unknown[]
}
// eslint-disable-next-line import/no-mutable-exports
export declare let window: AdsByGoogleWindow

type RoutePathAndQuery = [
Expand Down

0 comments on commit c116076

Please sign in to comment.