Skip to content

Commit f1cf979

Browse files
authored
chore: suppress lint
1 parent c4df59d commit f1cf979

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/utils/configuration.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ export function configure(ctx: HttpClientHintsContext, nuxt: Nuxt) {
5151
}
5252
}
5353

54+
// eslint-disable-next-line @typescript-eslint/no-explicit-any
5455
const clientOnly = nuxt.options.nitro.static || (nuxt.options as any)._generate /* TODO: remove in future */ || !nuxt.options.ssr
5556

5657
// we register the client detector only if needed and not in SSR mode

0 commit comments

Comments
 (0)