Fix the following issues in the orchestrator workspace:
| Rule |
Message |
File |
| typescript:S7722 |
Error message should not be an empty string. |
workspaces/orchestrator/plugins/orchestrator/src/utils/ErrorUtils.test.ts:51 |
| typescript:S4325 |
This assertion is unnecessary since the receiver accepts the original type of the expression. |
workspaces/orchestrator/plugins/orchestrator-form-react/src/utils/evaluateHiddenCondition.ts:136 |
| typescript:S6594 |
Use the "RegExp.exec()" method instead. |
workspaces/orchestrator/plugins/orchestrator-form-widgets/src/utils/useFetch.ts:181 |
| typescript:S6594 |
Use the "RegExp.exec()" method instead. |
workspaces/orchestrator/plugins/orchestrator/src/utils/ErrorUtils.ts:51 |
| javascript:S7726 |
The arrow function should be named. |
workspaces/orchestrator/eslint.frontend-shared.cjs:39 |
Fix the following issues in the orchestrator workspace: