Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
meniRoy committed Sep 20, 2023
1 parent 22db49f commit 2818ba4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
],
"rules": {
"no-useless-constructor": "off",
"@typescript-eslint/ban-ts-comment": "off"
"@typescript-eslint/ban-ts-comment": "off",
"@typescript-eslint/no-explicit-any":"off"
}
}
2 changes: 1 addition & 1 deletion src/test/unit/git.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import {
mockGitVscodeExtension,
resetGitMocks,
} from "./mocks/git";
import { resetVscodeMocks, vscode } from "./mocks/vscode";
import { resetVscodeMocks } from "./mocks/vscode";
import expect from "expect";
import { getGitRepoAndBranch } from "../../utils/git";

Expand Down

0 comments on commit 2818ba4

Please sign in to comment.