We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3df06e commit 457b002Copy full SHA for 457b002
packages/nx-plugin/src/executors/cli/executor.ts
@@ -10,7 +10,7 @@ export type ExecutorOutput = {
10
error?: Error;
11
};
12
13
-/* eslint-disable max-lines-per-function */
+/* eslint-disable-next-line max-lines-per-function */
14
export default async function runAutorunExecutor(
15
terminalAndExecutorOptions: AutorunCommandExecutorOptions,
16
context: ExecutorContext,
@@ -65,4 +65,3 @@ export default async function runAutorunExecutor(
65
command: commandString,
66
67
}
68
-/* eslint-enable max-lines-per-function */
0 commit comments