Skip to content

Commit ce21e85

Browse files
committed
fix(apple-auth): lint errors
1 parent 0691f35 commit ce21e85

File tree

4 files changed

+1
-13
lines changed

4 files changed

+1
-13
lines changed

.eslintrc.d.ts

Lines changed: 0 additions & 10 deletions
This file was deleted.

src/strategies/passport/passport-apple-oauth2/apple-auth-strategy-factory-provider.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
/* eslint-disable @typescript-eslint/naming-convention */
21
import {inject, Provider} from '@loopback/core';
32
import {HttpErrors, Request} from '@loopback/rest';
43
import {HttpsProxyAgent} from 'https-proxy-agent';
@@ -15,8 +14,6 @@ import {Strategies} from '../../keys';
1514
import {VerifyFunction} from '../../types';
1615

1716
import Strategy from 'passport-apple';
18-
19-
//import * as AppleStrategy from 'passport-apple';
2017
export interface AppleAuthStrategyFactory {
2118
(
2219
options: AuthenticateOptions | AuthenticateOptionsWithRequest,
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
export * from './apple-auth-strategy-factory-provider';
22
export * from './apple-auth-verify.provider';
3+
export * from './passport-apple';

0 commit comments

Comments
 (0)