Skip to content

Commit a6606e8

Browse files
juliusmarminget3dotgg
authored andcommitted
unused
1 parent def996f commit a6606e8

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.vscode/settings.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@
33
"editor.defaultFormatter": "oxc.oxc-vscode",
44
"editor.codeActionsOnSave": {
55
"source.fixAll.oxc": "always"
6-
}
6+
},
7+
"oxc.unusedDisableDirectives": "warn"
78
}

apps/desktop/src/processManager.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ export class ProcessManager extends EventEmitter<ProcessManagerEvents> {
6868
}
6969

7070
private spawnPty(sessionId: string, config: AgentConfig): string {
71-
// eslint-disable-next-line @typescript-eslint/no-var-requires
7271
const pty = require("node-pty") as typeof import("node-pty");
7372

7473
const ptyProcess = pty.spawn(config.command, config.args, {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"dev": "bun run build:contracts && turbo run dev --parallel",
1010
"build": "turbo run build",
1111
"typecheck": "turbo run typecheck",
12-
"lint": "oxlint",
12+
"lint": "oxlint --report-unused-disable-directives",
1313
"test": "turbo run test",
1414
"fmt": "oxfmt",
1515
"smoke-test": "turbo run smoke-test",

0 commit comments

Comments
 (0)