Skip to content

Commit bbaa07d

Browse files
committed
chore: lint
1 parent e2eb475 commit bbaa07d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

eslint.config.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,6 @@ export default unjs({
1818
"unicorn/consistent-function-scoping": 0,
1919
"@typescript-eslint/no-empty-object-type": 0,
2020
"unicorn/no-empty-file": 0,
21+
"unicorn/prefer-single-call": 0,
2122
},
2223
});

src/core/dev-server/server.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@ import {
1313
fromNodeMiddleware,
1414
toNodeListener,
1515
} from "h3";
16-
import {
17-
default as devErrorHandler,
16+
import devErrorHandler, {
1817
defaultHandler as devErrorHandlerInternal,
1918
loadStackTrace,
2019
} from "../../runtime/internal/error/dev";

0 commit comments

Comments
 (0)