Skip to content

Commit 457b002

Browse files
author
John Doe
committed
refactor: wip
1 parent a3df06e commit 457b002

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/nx-plugin/src/executors/cli/executor.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export type ExecutorOutput = {
1010
error?: Error;
1111
};
1212

13-
/* eslint-disable max-lines-per-function */
13+
/* eslint-disable-next-line max-lines-per-function */
1414
export default async function runAutorunExecutor(
1515
terminalAndExecutorOptions: AutorunCommandExecutorOptions,
1616
context: ExecutorContext,
@@ -65,4 +65,3 @@ export default async function runAutorunExecutor(
6565
command: commandString,
6666
};
6767
}
68-
/* eslint-enable max-lines-per-function */

0 commit comments

Comments
 (0)