refactor: Clear unused ESLint directives from FE packages (no-changelog) (#6811)
This commit is contained in:
@@ -753,7 +753,6 @@ export const useWorkflowsStore = defineStore(STORES.WORKFLOWS, {
|
||||
][sourceData.index]) {
|
||||
for (propertyName of checkProperties) {
|
||||
if (
|
||||
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
||||
(existingConnection as any)[propertyName] !== (destinationData as any)[propertyName]
|
||||
) {
|
||||
continue connectionLoop;
|
||||
|
||||
Reference in New Issue
Block a user