Fix linting according to new rules, and disable buggy rules.
This commit is contained in:
@ -757,6 +757,7 @@ class ExternalAuthOIDC {
|
||||
* @throws Error
|
||||
* @returns the singleton
|
||||
*/
|
||||
// eslint-disable-next-line @typescript-eslint/no-redundant-type-constituents
|
||||
public static singleton (singletonType: ExternalAuthOIDCType | string): ExternalAuthOIDC {
|
||||
if (!singletons) {
|
||||
throw new Error('ExternalAuthOIDC singletons are not initialized yet')
|
||||
|
Reference in New Issue
Block a user