Skip to content

Commit ec057b7

Browse files
committed
chore: update deps
1 parent 6dd6bbe commit ec057b7

File tree

4 files changed

+3925
-2539
lines changed

4 files changed

+3925
-2539
lines changed

e2e/utils/sandbox.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export default async function sandbox(
2121
}
2222

2323
export class Sandbox {
24-
// eslint-disable-next-line @typescript-eslint/ban-types
24+
// eslint-disable-next-line @typescript-eslint/no-empty-object-type
2525
readonly $: ExecaScriptMethod<{}>;
2626
/**
2727
* @deprecated Do not commit. Only use for debugging.

eslint.config.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,9 @@ export default [
1515
},
1616
pluginJs.configs.recommended,
1717
...tseslint.configs.recommendedTypeChecked,
18+
{
19+
rules: {
20+
"@typescript-eslint/only-throw-error": "off"
21+
}
22+
}
1823
];

0 commit comments

Comments
 (0)