Skip to content

Commit 6176ca6

Browse files
committed
chore: lint fix
1 parent 02b74e4 commit 6176ca6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/runtime/src/helpers/utils.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ export const findModuleFromBase = ({ paths, candidates }): string | null => {
179179

180180
export const isNextAuthInstalled = (): boolean => {
181181
try {
182-
// eslint-disable-next-line import/no-unassigned-import
182+
// eslint-disable-next-line import/no-unassigned-import, import/no-extraneous-dependencies, n/no-extraneous-require
183183
require('next-auth')
184184
return true
185185
} catch {

0 commit comments

Comments
 (0)