Skip to content

Commit 0391049

Browse files
committed
fix lint error
1 parent b0bcce2 commit 0391049

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sso/interfaces/authorization-url-options.interface.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ export interface SSOAuthorizationURLOptions {
1212
/**
1313
* @deprecated Use SSOAuthorizationURLOptions instead
1414
*/
15-
// tslint:disable-next-line:no-empty-interface
15+
// eslint-disable-next-line @typescript-eslint/no-empty-object-type
1616
export interface AuthorizationURLOptions extends SSOAuthorizationURLOptions {}

0 commit comments

Comments
 (0)