Skip to content

Commit

Permalink
Fix linting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
securingsincity committed May 23, 2020
1 parent 0b2dc2f commit a74541e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/editorOptions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ const getAceInstance = (): typeof AceBuilds => {

const debounce = (fn: (...args: any[]) => void, delay: number) => {
let timer: any = null;
// tslint:disable-next-line
return function () {
const context = this;
const args = arguments;
Expand Down

0 comments on commit a74541e

Please sign in to comment.