Skip to content

Commit f2f963f

Browse files
authored
fix(chore): fix the eslint errors (#195)
remove the unused ignore statement for eslint GH-194
1 parent 3c9386a commit f2f963f

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/strategies/passport/passport-client-password/client-password-strategy-factory-provider.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
/* eslint-disable @typescript-eslint/no-misused-promises */
21
// SONAR-IGNORE-ALL
32
import {inject, Provider} from '@loopback/core';
43
import {HttpErrors, Request} from '@loopback/rest';

src/strategies/passport/passport-client-password/secure-client-password-strategy-factory-provider.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
/* eslint-disable @typescript-eslint/no-misused-promises */
21
import {inject, Provider} from '@loopback/core';
32
import {HttpErrors, Request} from '@loopback/rest';
43
// eslint-disable-next-line @typescript-eslint/naming-convention

0 commit comments

Comments
 (0)