We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0bcce2 commit 0391049Copy full SHA for 0391049
src/sso/interfaces/authorization-url-options.interface.ts
@@ -12,5 +12,5 @@ export interface SSOAuthorizationURLOptions {
12
/**
13
* @deprecated Use SSOAuthorizationURLOptions instead
14
*/
15
-// tslint:disable-next-line:no-empty-interface
+// eslint-disable-next-line @typescript-eslint/no-empty-object-type
16
export interface AuthorizationURLOptions extends SSOAuthorizationURLOptions {}
0 commit comments