Skip to content

Commit 012c9e2

Browse files
committed
build: fix linting
1 parent 499d9d7 commit 012c9e2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

e2e/utils/sandbox.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ import { mkdir, rm, writeFile } from "node:fs/promises";
33
import { join, resolve } from "node:path";
44

55
export interface SandboxContext {
6+
// eslint-disable-next-line @typescript-eslint/ban-types
67
$: ExecaScriptMethod<{}>;
78
root: string;
89
name: string;

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"build": "tsc -p tsconfig.lib.json",
4040
"conver": "node ./dist/cli/main.js",
4141
"format": "prettier --write .",
42-
"lint": "eslint src",
42+
"lint": "eslint src e2e",
4343
"prepare": "husky",
4444
"release": "npm run build && npm run version && npm publish",
4545
"test": "node --experimental-vm-modules ./node_modules/jest/bin/jest.js src",

0 commit comments

Comments
 (0)