Fix lint error in nextauth page
This commit is contained in:
+6
-1
@@ -48,7 +48,12 @@
|
||||
"react/require-default-props": "warn",
|
||||
"react/react-in-jsx-scope": "off",
|
||||
"camelcase": "off",
|
||||
"react/boolean-prop-naming": "off"
|
||||
"react/boolean-prop-naming": "off",
|
||||
"new-cap": [
|
||||
"error", {
|
||||
"capIsNewExceptions": ["Credentials", "NextAuth"]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user