Skip to content

Commit 6e91737

Browse files
committed
style: lint
1 parent 31d4518 commit 6e91737

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

package-lock.json

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/runtime/src/helpers/utils.ts

Lines changed: 1 addition & 1 deletion
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, import/no-unresolved, n/no-missing-require
182+
// eslint-disable-next-line import/no-unassigned-import, n/no-extraneous-require, import/no-extraneous-dependencies
183183
require('next-auth')
184184
return true
185185
} catch {

0 commit comments

Comments
 (0)