Skip to content

Commit

Permalink
fix: Eslint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
d3xter666 committed Mar 29, 2024
1 parent 97e8b73 commit 8e039d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export default async function () {
updateNotifier({

Check failure on line 25 in src/cli.ts

View workflow job for this annotation

GitHub Actions / General checks, tests and coverage reporting

Unsafe call of an `any` typed value

Check failure on line 25 in src/cli.ts

View workflow job for this annotation

GitHub Actions / General checks, tests and coverage reporting

Unsafe call of an `any` typed value
pkg,

Check failure on line 26 in src/cli.ts

View workflow job for this annotation

GitHub Actions / General checks, tests and coverage reporting

Unsafe assignment of an `any` value
updateCheckInterval: 86400000, // 1 day
shouldNotifyInNpmScript: true
shouldNotifyInNpmScript: true,
}).notify();

Check failure on line 29 in src/cli.ts

View workflow job for this annotation

GitHub Actions / General checks, tests and coverage reporting

Unsafe member access .notify on an `any` value
}

Expand Down

0 comments on commit 8e039d0

Please sign in to comment.