Skip to content

Commit

Permalink
use eslint-plugin and parser 2.31.0 & fix lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
linkinchow committed May 12, 2020
1 parent fcd071f commit bf6a3ae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
@@ -1,5 +1,5 @@
import { ICollection } from "../../Services/ICollection";
import { mock, anything, instance, when, capture, verify } from "ts-mockito";
import { mock, anything, instance, when, capture } from "ts-mockito";
import { InsertOneWriteOpResult } from "mongodb";
import { IAppInsightsService } from "../../Services/app-insights/app-insights-service";
import { LoggingCollection } from "../../Services/LoggingCollection";
Expand Down
4 changes: 2 additions & 2 deletions src/PatientTestsApi/package.json
Expand Up @@ -18,8 +18,8 @@
"@types/mongodb": "^3.5.16",
"@types/node": "^13.13.5",
"@types/uuid": "^7.0.3",
"@typescript-eslint/eslint-plugin": "^2.31.0",
"@typescript-eslint/parser": "^2.31.0",
"@typescript-eslint/eslint-plugin": "2.31.0",
"@typescript-eslint/parser": "2.31.0",
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"eslint": "^6.8.0",
Expand Down

0 comments on commit bf6a3ae

Please sign in to comment.