require eslint for PRs #4
Annotations
1 error and 11 warnings
eslint
Process completed with exit code 1.
|
eslint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
eslint:
app/packages/operators/babel.config.js#L1
'module' is not defined
|
eslint:
app/packages/operators/src/OperatorInvocationRequestExecutor.tsx#L36
React Hook useEffect has missing dependencies: 'executor', 'queueItem.callback', 'queueItem.request?.options', and 'queueItem.request.params'. Either include them or remove the dependency array
|
eslint:
app/packages/operators/src/built-in-operators.ts#L50
'state' is defined but never used. Allowed unused args must match /^_/u
|
eslint:
app/packages/operators/src/built-in-operators.ts#L112
'ctx' is defined but never used. Allowed unused args must match /^_/u
|
eslint:
app/packages/operators/src/built-in-operators.ts#L136
React Hook "usePanels" cannot be called in a class component. React Hooks must be called in a React function component or a custom React Hook function
|
eslint:
app/packages/operators/src/built-in-operators.ts#L137
React Hook "useSpaces" cannot be called in a class component. React Hooks must be called in a React function component or a custom React Hook function
|
eslint:
app/packages/operators/src/built-in-operators.ts#L138
React Hook "useSpaceNodes" cannot be called in a class component. React Hooks must be called in a React function component or a custom React Hook function
|
eslint:
app/packages/operators/src/built-in-operators.ts#L185
React Hook "usePanels" cannot be called in a class component. React Hooks must be called in a React function component or a custom React Hook function
|
eslint:
app/packages/operators/src/built-in-operators.ts#L186
React Hook "useSpaceNodes" cannot be called in a class component. React Hooks must be called in a React function component or a custom React Hook function
|
eslint:
app/packages/operators/src/built-in-operators.ts#L187
React Hook "useOperatorExecutor" cannot be called in a class component. React Hooks must be called in a React function component or a custom React Hook function
|