Skip to content

Commit f6ca8dc

Browse files
committed
deps: added missing eslint dependencies
1 parent 1701abf commit f6ca8dc

3 files changed

Lines changed: 9 additions & 1 deletion

File tree

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@
4343
"license": "MIT",
4444
"description": "Fast way to send synchronous web requests in NodeJS. API is a subset of sync-request. Leverages node-libcurl for high performance. Cannot be used in a browser.",
4545
"devDependencies": {
46+
"@eslint/eslintrc": "^3.3.1",
47+
"@eslint/js": "^9.24.0",
4648
"@hono/node-server": "^1.14.1",
4749
"@types/http-errors": "^2.0.4",
4850
"@types/morgan": "^1.9.9",

pnpm-lock.yaml

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/app/server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import app from '.';
55
const server = serve({
66
fetch: app.fetch,
77
port: PORT,
8-
hostname: HOST,
8+
hostname: HOST,
99
}, () => {
1010
console.log(`Hono Server started and awaiting requests at the URL: '${SERVER_URL}'`);
1111
});

0 commit comments

Comments
 (0)