diff --git a/package.json b/package.json index bcc6069..ceaef26 100644 --- a/package.json +++ b/package.json @@ -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"] + } + ] } } }