Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(bitbucket-server): convert to typescript #3756

Merged
merged 18 commits into from
May 20, 2019
Prev Previous commit
Next Next commit
fix: linting
  • Loading branch information
viceice committed May 20, 2019
commit 6615f55b1d6e6e9e513015ff7ef159a5ec8765ce
1 change: 1 addition & 0 deletions lib/types.d.ts
Original file line number Diff line number Diff line change
@@ -17,6 +17,7 @@ declare namespace Renovate {
}
}

// eslint-disable-next-line no-var, vars-on-top
declare var logger: Renovate.ILogger;

declare interface Error {