Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
hansott committed Nov 28, 2024
1 parent 8f21ef1 commit 25e59fa
Show file tree
Hide file tree
Showing 3 changed files with 210 additions and 1 deletion.
2 changes: 1 addition & 1 deletion library/agent/api/ReportingAPINodeHTTP.test.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import * as express from "express";
import * as express from "express-v5";
import * as asyncHandler from "express-async-handler";
import * as t from "tap";
import { ReportingAPINodeHTTP } from "./ReportingAPINodeHTTP";
Expand Down
208 changes: 208 additions & 0 deletions library/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions library/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^5.1.3",
"express": "^5.0.0",
"express-v4": "npm:express@^4.0.0",
"express-v5": "npm:express@^5.0.0",
"express-async-handler": "^1.2.0",
Expand Down

0 comments on commit 25e59fa

Please sign in to comment.