1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-17 08:43:33 +00:00

Match tslint rules (#264)

This commit is contained in:
Matt Gibson
2021-02-08 14:11:44 -06:00
committed by GitHub
parent 6183a30a52
commit 2730e04a05
6 changed files with 20 additions and 8 deletions

View File

@@ -18,7 +18,7 @@ export function interceptConsole(interceptions: any): object {
// tslint:disable-next-line
error: function () {
interceptions.error = arguments;
}
},
};
return interceptions;
}