mirror of
https://github.com/langgenius/dify.git
synced 2026-02-09 23:20:12 -05:00
The previous implementation stored query invalidation logic (mutateCurrentWorkspace) and isFetching state (isValidatingCurrentWorkspace) in React Context, causing QuotaPanel to flash a loading spinner on every settings tab switch due to a useEffect calling invalidateQueries on mount. This violated separation of concerns and React best practices. - Remove mutateCurrentWorkspace and isValidatingCurrentWorkspace from AppContext - Add useInvalidateCurrentWorkspace hook in service layer (consistent with project pattern) - Remove redundant useEffect + invalidateQueries in ModelProviderPage - QuotaPanel now derives loading from !currentWorkspace.id instead of external prop - Update custom-web-app-brand to use the new service-layer hook
9103 lines
240 KiB
JSON
9103 lines
240 KiB
JSON
{
|
|
"__tests__/check-i18n.test.ts": {
|
|
"regexp/no-unused-capturing-group": {
|
|
"count": 1
|
|
},
|
|
"ts/no-explicit-any": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"__tests__/document-detail-navigation-fix.test.tsx": {
|
|
"no-console": {
|
|
"count": 10
|
|
}
|
|
},
|
|
"__tests__/document-list-sorting.test.tsx": {
|
|
"ts/no-explicit-any": {
|
|
"count": 3
|
|
}
|
|
},
|
|
"__tests__/embedded-user-id-auth.test.tsx": {
|
|
"ts/no-explicit-any": {
|
|
"count": 8
|
|
}
|
|
},
|
|
"__tests__/embedded-user-id-store.test.tsx": {
|
|
"ts/no-explicit-any": {
|
|
"count": 3
|
|
}
|
|
},
|
|
"__tests__/goto-anything/command-selector.test.tsx": {
|
|
"ts/no-explicit-any": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"__tests__/goto-anything/slash-command-modes.test.tsx": {
|
|
"ts/no-explicit-any": {
|
|
"count": 3
|
|
}
|
|
},
|
|
"__tests__/i18n-upload-features.test.ts": {
|
|
"no-console": {
|
|
"count": 3
|
|
}
|
|
},
|
|
"__tests__/navigation-utils.test.ts": {
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"__tests__/plugin-tool-workflow-error.test.tsx": {
|
|
"ts/no-explicit-any": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"__tests__/real-browser-flicker.test.tsx": {
|
|
"no-console": {
|
|
"count": 16
|
|
},
|
|
"react-hooks-extra/no-direct-set-state-in-use-effect": {
|
|
"count": 4
|
|
},
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"__tests__/unified-tags-logic.test.ts": {
|
|
"ts/no-explicit-any": {
|
|
"count": 8
|
|
}
|
|
},
|
|
"__tests__/workflow-onboarding-integration.test.tsx": {
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/(commonLayout)/app/(appDetailLayout)/[appId]/layout-main.tsx": {
|
|
"react-hooks-extra/no-direct-set-state-in-use-effect": {
|
|
"count": 2
|
|
},
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/(commonLayout)/app/(appDetailLayout)/[appId]/overview/chart-view.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/(commonLayout)/app/(appDetailLayout)/[appId]/overview/time-range-picker/date-picker.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/(commonLayout)/app/(appDetailLayout)/[appId]/overview/time-range-picker/range-selector.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 2
|
|
},
|
|
"tailwindcss/no-unnecessary-whitespace": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/(commonLayout)/app/(appDetailLayout)/[appId]/overview/tracing/__tests__/svg-attribute-error-reproduction.spec.tsx": {
|
|
"no-console": {
|
|
"count": 19
|
|
},
|
|
"ts/no-explicit-any": {
|
|
"count": 3
|
|
}
|
|
},
|
|
"app/(commonLayout)/app/(appDetailLayout)/[appId]/overview/tracing/config-popup.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 6
|
|
}
|
|
},
|
|
"app/(commonLayout)/app/(appDetailLayout)/[appId]/overview/tracing/panel.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/(commonLayout)/app/(appDetailLayout)/[appId]/overview/tracing/provider-config-modal.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/(commonLayout)/app/(appDetailLayout)/[appId]/overview/tracing/provider-panel.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 2
|
|
},
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/(commonLayout)/datasets/(datasetDetailLayout)/[datasetId]/layout-main.tsx": {
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/(commonLayout)/datasets/(datasetDetailLayout)/[datasetId]/settings/page.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/(humanInputLayout)/form/[token]/form.tsx": {
|
|
"react-hooks-extra/no-direct-set-state-in-use-effect": {
|
|
"count": 1
|
|
},
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 18
|
|
}
|
|
},
|
|
"app/(shareLayout)/components/authenticated-layout.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/(shareLayout)/components/splash.tsx": {
|
|
"react-hooks-extra/no-direct-set-state-in-use-effect": {
|
|
"count": 1
|
|
},
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/(shareLayout)/webapp-reset-password/check-code/page.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 4
|
|
}
|
|
},
|
|
"app/(shareLayout)/webapp-reset-password/layout.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
},
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/(shareLayout)/webapp-reset-password/page.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 4
|
|
}
|
|
},
|
|
"app/(shareLayout)/webapp-reset-password/set-password/page.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 6
|
|
}
|
|
},
|
|
"app/(shareLayout)/webapp-signin/check-code/page.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 4
|
|
}
|
|
},
|
|
"app/(shareLayout)/webapp-signin/components/mail-and-code-auth.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/(shareLayout)/webapp-signin/components/mail-and-password-auth.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 2
|
|
},
|
|
"ts/no-explicit-any": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/(shareLayout)/webapp-signin/layout.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/(shareLayout)/webapp-signin/normalForm.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 18
|
|
}
|
|
},
|
|
"app/(shareLayout)/webapp-signin/page.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/account/(commonLayout)/account-page/AvatarWithEdit.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/account/(commonLayout)/account-page/email-change-modal.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 21
|
|
},
|
|
"ts/no-explicit-any": {
|
|
"count": 5
|
|
}
|
|
},
|
|
"app/account/(commonLayout)/account-page/index.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 14
|
|
},
|
|
"tailwindcss/no-unnecessary-whitespace": {
|
|
"count": 2
|
|
},
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/account/(commonLayout)/avatar.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/account/(commonLayout)/delete-account/components/check-email.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 3
|
|
}
|
|
},
|
|
"app/account/(commonLayout)/delete-account/components/feed-back.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/account/(commonLayout)/delete-account/components/verify-email.tsx": {
|
|
"react-hooks-extra/no-direct-set-state-in-use-effect": {
|
|
"count": 1
|
|
},
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 3
|
|
}
|
|
},
|
|
"app/account/(commonLayout)/header.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/account/oauth/authorize/layout.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
},
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/account/oauth/authorize/page.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 4
|
|
},
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/app-sidebar/app-info.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 6
|
|
},
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/app-sidebar/app-operations.tsx": {
|
|
"react-hooks-extra/no-direct-set-state-in-use-effect": {
|
|
"count": 4
|
|
},
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 5
|
|
}
|
|
},
|
|
"app/components/app-sidebar/app-sidebar-dropdown.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/app-sidebar/basic.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 3
|
|
}
|
|
},
|
|
"app/components/app-sidebar/dataset-info/dropdown.tsx": {
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/app-sidebar/dataset-info/index.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 3
|
|
}
|
|
},
|
|
"app/components/app-sidebar/dataset-info/menu-item.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/app-sidebar/dataset-sidebar-dropdown.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 3
|
|
}
|
|
},
|
|
"app/components/app-sidebar/index.tsx": {
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/app-sidebar/navLink.spec.tsx": {
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/app-sidebar/navLink.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 3
|
|
}
|
|
},
|
|
"app/components/app-sidebar/sidebar-animation-issues.spec.tsx": {
|
|
"no-console": {
|
|
"count": 26
|
|
}
|
|
},
|
|
"app/components/app-sidebar/text-squeeze-fix-verification.spec.tsx": {
|
|
"no-console": {
|
|
"count": 51
|
|
},
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/app-sidebar/toggle-button.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/app/annotation/add-annotation-modal/edit-item/index.tsx": {
|
|
"react-refresh/only-export-components": {
|
|
"count": 1
|
|
},
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/app/annotation/add-annotation-modal/index.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/app/annotation/batch-add-annotation-modal/csv-downloader.spec.tsx": {
|
|
"ts/no-explicit-any": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/app/annotation/batch-add-annotation-modal/csv-downloader.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/app/annotation/batch-add-annotation-modal/csv-uploader.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/app/annotation/batch-add-annotation-modal/index.tsx": {
|
|
"react-hooks-extra/no-direct-set-state-in-use-effect": {
|
|
"count": 1
|
|
},
|
|
"react-refresh/only-export-components": {
|
|
"count": 1
|
|
},
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 2
|
|
},
|
|
"ts/no-explicit-any": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/app/annotation/edit-annotation-modal/edit-item/index.tsx": {
|
|
"react-hooks-extra/no-direct-set-state-in-use-effect": {
|
|
"count": 1
|
|
},
|
|
"react-refresh/only-export-components": {
|
|
"count": 1
|
|
},
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 6
|
|
}
|
|
},
|
|
"app/components/app/annotation/edit-annotation-modal/index.spec.tsx": {
|
|
"test/prefer-hooks-in-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/app/annotation/edit-annotation-modal/index.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/app/annotation/empty-element.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/app/annotation/header-opts/index.spec.tsx": {
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/app/annotation/header-opts/index.tsx": {
|
|
"react/no-nested-component-definitions": {
|
|
"count": 1
|
|
},
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 5
|
|
},
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/app/annotation/index.spec.tsx": {
|
|
"ts/no-explicit-any": {
|
|
"count": 7
|
|
}
|
|
},
|
|
"app/components/app/annotation/index.tsx": {
|
|
"react-hooks-extra/no-direct-set-state-in-use-effect": {
|
|
"count": 1
|
|
},
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 2
|
|
},
|
|
"ts/no-explicit-any": {
|
|
"count": 5
|
|
}
|
|
},
|
|
"app/components/app/annotation/list.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/app/annotation/view-annotation-modal/hit-history-no-data.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/app/annotation/view-annotation-modal/index.tsx": {
|
|
"react-hooks-extra/no-direct-set-state-in-use-effect": {
|
|
"count": 5
|
|
},
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 3
|
|
},
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/app/app-access-control/access-control.spec.tsx": {
|
|
"ts/no-explicit-any": {
|
|
"count": 7
|
|
}
|
|
},
|
|
"app/components/app/app-access-control/add-member-or-group-pop.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 8
|
|
}
|
|
},
|
|
"app/components/app/app-access-control/index.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 6
|
|
}
|
|
},
|
|
"app/components/app/app-access-control/specific-groups-or-members.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 8
|
|
}
|
|
},
|
|
"app/components/app/app-publisher/features-wrapper.tsx": {
|
|
"ts/no-explicit-any": {
|
|
"count": 4
|
|
}
|
|
},
|
|
"app/components/app/app-publisher/index.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 7
|
|
},
|
|
"tailwindcss/no-unnecessary-whitespace": {
|
|
"count": 1
|
|
},
|
|
"ts/no-explicit-any": {
|
|
"count": 6
|
|
}
|
|
},
|
|
"app/components/app/app-publisher/suggested-action.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/app/app-publisher/version-info-modal.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 3
|
|
}
|
|
},
|
|
"app/components/app/configuration/base/feature-panel/index.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/app/configuration/base/var-highlight/index.tsx": {
|
|
"react-refresh/only-export-components": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/app/configuration/config-prompt/advanced-prompt-input.tsx": {
|
|
"ts/no-explicit-any": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/app/configuration/config-prompt/confirm-add-var/index.tsx": {
|
|
"tailwindcss/no-unnecessary-whitespace": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/app/configuration/config-prompt/conversation-history/edit-modal.tsx": {
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/app/configuration/config-prompt/index.spec.tsx": {
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/app/configuration/config-prompt/message-type-selector.tsx": {
|
|
"tailwindcss/no-unnecessary-whitespace": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/app/configuration/config-prompt/simple-prompt-input.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
},
|
|
"ts/no-explicit-any": {
|
|
"count": 3
|
|
}
|
|
},
|
|
"app/components/app/configuration/config-var/config-modal/field.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/app/configuration/config-var/config-modal/index.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 2
|
|
},
|
|
"ts/no-explicit-any": {
|
|
"count": 6
|
|
}
|
|
},
|
|
"app/components/app/configuration/config-var/config-select/index.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
},
|
|
"tailwindcss/no-unnecessary-whitespace": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/app/configuration/config-var/input-type-icon.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/app/configuration/config-var/select-type-item/index.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 2
|
|
},
|
|
"tailwindcss/no-unnecessary-whitespace": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/app/configuration/config-var/select-var-type.tsx": {
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/app/configuration/config-var/var-item.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 4
|
|
},
|
|
"tailwindcss/no-unnecessary-whitespace": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/app/configuration/config-vision/index.spec.tsx": {
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/app/configuration/config-vision/index.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 2
|
|
},
|
|
"tailwindcss/no-unnecessary-whitespace": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/app/configuration/config-vision/param-config-content.tsx": {
|
|
"tailwindcss/no-unnecessary-whitespace": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/app/configuration/config/agent-setting-button.spec.tsx": {
|
|
"ts/no-explicit-any": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/app/configuration/config/agent/agent-setting/index.tsx": {
|
|
"react-hooks-extra/no-direct-set-state-in-use-effect": {
|
|
"count": 1
|
|
},
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/app/configuration/config/agent/agent-tools/index.spec.tsx": {
|
|
"ts/no-explicit-any": {
|
|
"count": 5
|
|
}
|
|
},
|
|
"app/components/app/configuration/config/agent/agent-tools/index.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 2
|
|
},
|
|
"tailwindcss/no-unnecessary-whitespace": {
|
|
"count": 1
|
|
},
|
|
"ts/no-explicit-any": {
|
|
"count": 9
|
|
}
|
|
},
|
|
"app/components/app/configuration/config/agent/agent-tools/setting-built-in-tool.spec.tsx": {
|
|
"ts/no-explicit-any": {
|
|
"count": 5
|
|
}
|
|
},
|
|
"app/components/app/configuration/config/agent/agent-tools/setting-built-in-tool.tsx": {
|
|
"react-hooks-extra/no-direct-set-state-in-use-effect": {
|
|
"count": 1
|
|
},
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 7
|
|
},
|
|
"tailwindcss/no-unnecessary-whitespace": {
|
|
"count": 1
|
|
},
|
|
"ts/no-explicit-any": {
|
|
"count": 4
|
|
}
|
|
},
|
|
"app/components/app/configuration/config/agent/prompt-editor.tsx": {
|
|
"tailwindcss/no-unnecessary-whitespace": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/app/configuration/config/assistant-type-picker/index.tsx": {
|
|
"tailwindcss/no-unnecessary-whitespace": {
|
|
"count": 3
|
|
},
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/app/configuration/config/automatic/get-automatic-res.tsx": {
|
|
"react-hooks-extra/no-direct-set-state-in-use-effect": {
|
|
"count": 4
|
|
},
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
},
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/app/configuration/config/automatic/idea-output.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 2
|
|
},
|
|
"tailwindcss/no-unnecessary-whitespace": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/app/configuration/config/automatic/instruction-editor.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 4
|
|
},
|
|
"ts/no-explicit-any": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/app/configuration/config/automatic/prompt-res-in-workflow.tsx": {
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/app/configuration/config/automatic/prompt-res.tsx": {
|
|
"react-hooks-extra/no-direct-set-state-in-use-effect": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/app/configuration/config/automatic/version-selector.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 3
|
|
},
|
|
"tailwindcss/no-unnecessary-whitespace": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/app/configuration/config/code-generator/get-code-generator-res.tsx": {
|
|
"react-hooks-extra/no-direct-set-state-in-use-effect": {
|
|
"count": 4
|
|
},
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
},
|
|
"tailwindcss/no-unnecessary-whitespace": {
|
|
"count": 1
|
|
},
|
|
"ts/no-explicit-any": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/app/configuration/config/config-audio.spec.tsx": {
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/app/configuration/config/config-audio.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/app/configuration/config/config-document.spec.tsx": {
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/app/configuration/config/config-document.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/app/configuration/config/index.spec.tsx": {
|
|
"ts/no-explicit-any": {
|
|
"count": 6
|
|
}
|
|
},
|
|
"app/components/app/configuration/ctrl-btn-group/index.tsx": {
|
|
"tailwindcss/no-unnecessary-whitespace": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/app/configuration/dataset-config/card-item/index.spec.tsx": {
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/app/configuration/dataset-config/card-item/index.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/app/configuration/dataset-config/context-var/index.tsx": {
|
|
"tailwindcss/no-unnecessary-whitespace": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/app/configuration/dataset-config/context-var/var-picker.tsx": {
|
|
"tailwindcss/no-unnecessary-whitespace": {
|
|
"count": 4
|
|
}
|
|
},
|
|
"app/components/app/configuration/dataset-config/index.spec.tsx": {
|
|
"ts/no-explicit-any": {
|
|
"count": 37
|
|
}
|
|
},
|
|
"app/components/app/configuration/dataset-config/index.tsx": {
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/app/configuration/dataset-config/params-config/config-content.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 9
|
|
}
|
|
},
|
|
"app/components/app/configuration/dataset-config/params-config/index.tsx": {
|
|
"react-hooks-extra/no-direct-set-state-in-use-effect": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/app/configuration/dataset-config/params-config/weighted-score.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/app/configuration/dataset-config/select-dataset/index.spec.tsx": {
|
|
"ts/no-explicit-any": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/app/configuration/dataset-config/select-dataset/index.tsx": {
|
|
"react-hooks-extra/no-direct-set-state-in-use-effect": {
|
|
"count": 2
|
|
},
|
|
"tailwindcss/no-unnecessary-whitespace": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/app/configuration/dataset-config/settings-modal/index.tsx": {
|
|
"react-hooks-extra/no-direct-set-state-in-use-effect": {
|
|
"count": 2
|
|
},
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 5
|
|
},
|
|
"ts/no-explicit-any": {
|
|
"count": 3
|
|
}
|
|
},
|
|
"app/components/app/configuration/dataset-config/settings-modal/retrieval-section.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 8
|
|
},
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/app/configuration/debug/chat-user-input.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/app/configuration/debug/debug-with-multiple-model/chat-item.tsx": {
|
|
"ts/no-explicit-any": {
|
|
"count": 6
|
|
}
|
|
},
|
|
"app/components/app/configuration/debug/debug-with-multiple-model/context.tsx": {
|
|
"react-refresh/only-export-components": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/app/configuration/debug/debug-with-multiple-model/index.spec.tsx": {
|
|
"ts/no-explicit-any": {
|
|
"count": 5
|
|
}
|
|
},
|
|
"app/components/app/configuration/debug/debug-with-multiple-model/index.tsx": {
|
|
"ts/no-explicit-any": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/app/configuration/debug/debug-with-multiple-model/text-generation-item.tsx": {
|
|
"ts/no-explicit-any": {
|
|
"count": 8
|
|
}
|
|
},
|
|
"app/components/app/configuration/debug/debug-with-single-model/index.spec.tsx": {
|
|
"react/no-create-ref": {
|
|
"count": 2
|
|
},
|
|
"ts/no-explicit-any": {
|
|
"count": 3
|
|
}
|
|
},
|
|
"app/components/app/configuration/debug/debug-with-single-model/index.tsx": {
|
|
"ts/no-explicit-any": {
|
|
"count": 5
|
|
}
|
|
},
|
|
"app/components/app/configuration/debug/hooks.tsx": {
|
|
"ts/no-explicit-any": {
|
|
"count": 3
|
|
}
|
|
},
|
|
"app/components/app/configuration/debug/index.tsx": {
|
|
"react-hooks-extra/no-direct-set-state-in-use-effect": {
|
|
"count": 2
|
|
},
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 2
|
|
},
|
|
"ts/no-explicit-any": {
|
|
"count": 11
|
|
}
|
|
},
|
|
"app/components/app/configuration/debug/types.ts": {
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/app/configuration/index.tsx": {
|
|
"react-hooks-extra/no-direct-set-state-in-use-effect": {
|
|
"count": 1
|
|
},
|
|
"style/multiline-ternary": {
|
|
"count": 2
|
|
},
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 2
|
|
},
|
|
"tailwindcss/no-unnecessary-whitespace": {
|
|
"count": 2
|
|
},
|
|
"ts/no-explicit-any": {
|
|
"count": 24
|
|
}
|
|
},
|
|
"app/components/app/configuration/prompt-value-panel/index.spec.tsx": {
|
|
"ts/no-explicit-any": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/app/configuration/prompt-value-panel/index.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 4
|
|
}
|
|
},
|
|
"app/components/app/configuration/prompt-value-panel/utils.ts": {
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/app/configuration/tools/external-data-tool-modal.tsx": {
|
|
"tailwindcss/no-unnecessary-whitespace": {
|
|
"count": 1
|
|
},
|
|
"ts/no-explicit-any": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/app/configuration/tools/index.tsx": {
|
|
"tailwindcss/no-unnecessary-whitespace": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/app/create-app-dialog/app-card/index.spec.tsx": {
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/app/create-app-dialog/app-card/index.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 3
|
|
},
|
|
"tailwindcss/no-unnecessary-whitespace": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/app/create-app-dialog/app-list/index.spec.tsx": {
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/app/create-app-dialog/app-list/index.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 5
|
|
}
|
|
},
|
|
"app/components/app/create-app-dialog/app-list/sidebar.tsx": {
|
|
"react-refresh/only-export-components": {
|
|
"count": 1
|
|
},
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/app/create-app-modal/index.tsx": {
|
|
"react-hooks-extra/no-direct-set-state-in-use-effect": {
|
|
"count": 1
|
|
},
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 11
|
|
},
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/app/create-from-dsl-modal/dsl-confirm-modal.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/app/create-from-dsl-modal/index.tsx": {
|
|
"react-hooks-extra/no-direct-set-state-in-use-effect": {
|
|
"count": 2
|
|
},
|
|
"react-refresh/only-export-components": {
|
|
"count": 1
|
|
},
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 5
|
|
}
|
|
},
|
|
"app/components/app/create-from-dsl-modal/uploader.tsx": {
|
|
"tailwindcss/no-unnecessary-whitespace": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/app/duplicate-modal/index.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/app/log/empty-element.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/app/log/filter.tsx": {
|
|
"react-refresh/only-export-components": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/app/log/index.tsx": {
|
|
"react-hooks-extra/no-direct-set-state-in-use-effect": {
|
|
"count": 1
|
|
},
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/app/log/list.tsx": {
|
|
"react-hooks-extra/no-direct-set-state-in-use-effect": {
|
|
"count": 6
|
|
},
|
|
"style/multiline-ternary": {
|
|
"count": 2
|
|
},
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 12
|
|
},
|
|
"ts/no-explicit-any": {
|
|
"count": 14
|
|
}
|
|
},
|
|
"app/components/app/log/model-info.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 3
|
|
},
|
|
"ts/no-explicit-any": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/app/log/var-panel.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 3
|
|
}
|
|
},
|
|
"app/components/app/overview/__tests__/toggle-logic.test.ts": {
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/app/overview/apikey-info-panel/index.tsx": {
|
|
"tailwindcss/no-unnecessary-whitespace": {
|
|
"count": 3
|
|
}
|
|
},
|
|
"app/components/app/overview/app-card.tsx": {
|
|
"react-hooks-extra/no-direct-set-state-in-use-effect": {
|
|
"count": 3
|
|
},
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 8
|
|
},
|
|
"tailwindcss/no-unnecessary-whitespace": {
|
|
"count": 1
|
|
},
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/app/overview/app-chart.tsx": {
|
|
"ts/no-explicit-any": {
|
|
"count": 13
|
|
}
|
|
},
|
|
"app/components/app/overview/customize/index.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/app/overview/embedded/index.tsx": {
|
|
"react-hooks-extra/no-direct-set-state-in-use-effect": {
|
|
"count": 1
|
|
},
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 2
|
|
},
|
|
"tailwindcss/no-unnecessary-whitespace": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/app/overview/settings/index.tsx": {
|
|
"react-hooks-extra/no-direct-set-state-in-use-effect": {
|
|
"count": 3
|
|
},
|
|
"regexp/no-unused-capturing-group": {
|
|
"count": 1
|
|
},
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 21
|
|
}
|
|
},
|
|
"app/components/app/overview/trigger-card.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 4
|
|
},
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/app/switch-app-modal/index.tsx": {
|
|
"react-hooks-extra/no-direct-set-state-in-use-effect": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/app/text-generate/item/index.tsx": {
|
|
"react-hooks-extra/no-direct-set-state-in-use-effect": {
|
|
"count": 3
|
|
},
|
|
"react-refresh/only-export-components": {
|
|
"count": 1
|
|
},
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 6
|
|
},
|
|
"ts/no-explicit-any": {
|
|
"count": 4
|
|
}
|
|
},
|
|
"app/components/app/text-generate/item/result-tab.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
},
|
|
"tailwindcss/no-unnecessary-whitespace": {
|
|
"count": 1
|
|
},
|
|
"ts/no-explicit-any": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/app/text-generate/saved-items/index.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/app/text-generate/saved-items/no-data/index.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 2
|
|
},
|
|
"tailwindcss/no-unnecessary-whitespace": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/app/type-selector/index.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 3
|
|
}
|
|
},
|
|
"app/components/app/workflow-log/detail.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/app/workflow-log/filter.tsx": {
|
|
"react-refresh/only-export-components": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/app/workflow-log/index.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/app/workflow-log/list.spec.tsx": {
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/app/workflow-log/list.tsx": {
|
|
"react-hooks-extra/no-direct-set-state-in-use-effect": {
|
|
"count": 2
|
|
},
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 8
|
|
}
|
|
},
|
|
"app/components/app/workflow-log/trigger-by-display.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
},
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/apps/app-card.spec.tsx": {
|
|
"ts/no-explicit-any": {
|
|
"count": 22
|
|
}
|
|
},
|
|
"app/components/apps/app-card.tsx": {
|
|
"react-hooks-extra/no-direct-set-state-in-use-effect": {
|
|
"count": 1
|
|
},
|
|
"react/no-nested-component-definitions": {
|
|
"count": 1
|
|
},
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 6
|
|
},
|
|
"ts/no-explicit-any": {
|
|
"count": 4
|
|
}
|
|
},
|
|
"app/components/apps/empty.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/apps/footer.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/apps/list.spec.tsx": {
|
|
"ts/no-explicit-any": {
|
|
"count": 5
|
|
}
|
|
},
|
|
"app/components/apps/list.tsx": {
|
|
"unused-imports/no-unused-vars": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/apps/new-app-card.spec.tsx": {
|
|
"ts/no-explicit-any": {
|
|
"count": 4
|
|
}
|
|
},
|
|
"app/components/apps/new-app-card.tsx": {
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/base/action-button/index.tsx": {
|
|
"react-refresh/only-export-components": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/base/agent-log-modal/detail.tsx": {
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/base/agent-log-modal/index.stories.tsx": {
|
|
"no-console": {
|
|
"count": 1
|
|
},
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/base/agent-log-modal/index.tsx": {
|
|
"react-hooks-extra/no-direct-set-state-in-use-effect": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/base/agent-log-modal/result.tsx": {
|
|
"ts/no-explicit-any": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/base/agent-log-modal/tool-call.tsx": {
|
|
"ts/no-explicit-any": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/base/alert.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
},
|
|
"tailwindcss/no-unnecessary-whitespace": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/base/amplitude/AmplitudeProvider.tsx": {
|
|
"react-refresh/only-export-components": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/base/amplitude/utils.ts": {
|
|
"ts/no-explicit-any": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/base/app-icon-picker/ImageInput.tsx": {
|
|
"react/no-create-ref": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/base/app-icon-picker/index.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/base/app-icon/index.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 15
|
|
}
|
|
},
|
|
"app/components/base/audio-btn/audio.ts": {
|
|
"node/prefer-global/buffer": {
|
|
"count": 1
|
|
},
|
|
"ts/no-explicit-any": {
|
|
"count": 3
|
|
}
|
|
},
|
|
"app/components/base/audio-gallery/AudioPlayer.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
},
|
|
"ts/no-explicit-any": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/base/auto-height-textarea/index.stories.tsx": {
|
|
"no-console": {
|
|
"count": 2
|
|
},
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/base/auto-height-textarea/index.tsx": {
|
|
"tailwindcss/no-unnecessary-whitespace": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/base/avatar/index.tsx": {
|
|
"react-hooks-extra/no-direct-set-state-in-use-effect": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/base/block-input/index.stories.tsx": {
|
|
"no-console": {
|
|
"count": 2
|
|
},
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/base/block-input/index.tsx": {
|
|
"react-hooks-extra/no-direct-set-state-in-use-effect": {
|
|
"count": 1
|
|
},
|
|
"react-refresh/only-export-components": {
|
|
"count": 1
|
|
},
|
|
"react/no-nested-component-definitions": {
|
|
"count": 1
|
|
},
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
},
|
|
"tailwindcss/no-unnecessary-whitespace": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/base/button/add-button.stories.tsx": {
|
|
"no-console": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/base/button/index.tsx": {
|
|
"react-refresh/only-export-components": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/base/button/sync-button.stories.tsx": {
|
|
"no-console": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/base/carousel/index.tsx": {
|
|
"react-refresh/only-export-components": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/base/chat/chat-with-history/chat-wrapper.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 2
|
|
},
|
|
"ts/no-explicit-any": {
|
|
"count": 7
|
|
}
|
|
},
|
|
"app/components/base/chat/chat-with-history/context.tsx": {
|
|
"ts/no-explicit-any": {
|
|
"count": 7
|
|
}
|
|
},
|
|
"app/components/base/chat/chat-with-history/header-in-mobile.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 2
|
|
},
|
|
"ts/no-explicit-any": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/base/chat/chat-with-history/header/index.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
},
|
|
"ts/no-explicit-any": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/base/chat/chat-with-history/header/mobile-operation-dropdown.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/base/chat/chat-with-history/header/operation.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 3
|
|
},
|
|
"tailwindcss/no-unnecessary-whitespace": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/base/chat/chat-with-history/hooks.tsx": {
|
|
"react-hooks-extra/no-direct-set-state-in-use-effect": {
|
|
"count": 4
|
|
},
|
|
"ts/no-explicit-any": {
|
|
"count": 18
|
|
}
|
|
},
|
|
"app/components/base/chat/chat-with-history/index.tsx": {
|
|
"react-hooks-extra/no-direct-set-state-in-use-effect": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/base/chat/chat-with-history/inputs-form/content.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 3
|
|
},
|
|
"ts/no-explicit-any": {
|
|
"count": 3
|
|
}
|
|
},
|
|
"app/components/base/chat/chat-with-history/inputs-form/index.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/base/chat/chat-with-history/inputs-form/view-form-dropdown.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/base/chat/chat-with-history/sidebar/index.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/base/chat/chat-with-history/sidebar/item.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/base/chat/chat-with-history/sidebar/list.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/base/chat/chat-with-history/sidebar/operation.tsx": {
|
|
"react-hooks-extra/no-direct-set-state-in-use-effect": {
|
|
"count": 1
|
|
},
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 3
|
|
}
|
|
},
|
|
"app/components/base/chat/chat/answer/agent-content.tsx": {
|
|
"style/multiline-ternary": {
|
|
"count": 2
|
|
},
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/base/chat/chat/answer/human-input-content/content-wrapper.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/base/chat/chat/answer/human-input-content/executed-action.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/base/chat/chat/answer/human-input-content/expiration-time.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/base/chat/chat/answer/human-input-content/tips.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 3
|
|
}
|
|
},
|
|
"app/components/base/chat/chat/answer/human-input-content/utils.ts": {
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/base/chat/chat/answer/index.tsx": {
|
|
"react-hooks-extra/no-direct-set-state-in-use-effect": {
|
|
"count": 3
|
|
},
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 3
|
|
},
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/base/chat/chat/answer/more.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/base/chat/chat/answer/operation.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/base/chat/chat/answer/suggested-questions.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/base/chat/chat/answer/tool-detail.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 5
|
|
}
|
|
},
|
|
"app/components/base/chat/chat/answer/workflow-process.tsx": {
|
|
"react-hooks-extra/no-direct-set-state-in-use-effect": {
|
|
"count": 1
|
|
},
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/base/chat/chat/chat-input-area/index.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 2
|
|
},
|
|
"ts/no-explicit-any": {
|
|
"count": 3
|
|
}
|
|
},
|
|
"app/components/base/chat/chat/check-input-forms-hooks.ts": {
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/base/chat/chat/citation/index.tsx": {
|
|
"react-hooks-extra/no-direct-set-state-in-use-effect": {
|
|
"count": 3
|
|
},
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 2
|
|
},
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/base/chat/chat/citation/popup.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/base/chat/chat/citation/progress-tooltip.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/base/chat/chat/citation/tooltip.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/base/chat/chat/context.tsx": {
|
|
"react-refresh/only-export-components": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/base/chat/chat/hooks.ts": {
|
|
"react-hooks-extra/no-direct-set-state-in-use-effect": {
|
|
"count": 2
|
|
},
|
|
"ts/no-explicit-any": {
|
|
"count": 17
|
|
}
|
|
},
|
|
"app/components/base/chat/chat/index.tsx": {
|
|
"react-hooks-extra/no-direct-set-state-in-use-effect": {
|
|
"count": 1
|
|
},
|
|
"ts/no-explicit-any": {
|
|
"count": 3
|
|
}
|
|
},
|
|
"app/components/base/chat/chat/question.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/base/chat/chat/try-to-ask.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/base/chat/chat/type.ts": {
|
|
"ts/no-explicit-any": {
|
|
"count": 5
|
|
}
|
|
},
|
|
"app/components/base/chat/chat/utils.ts": {
|
|
"ts/no-explicit-any": {
|
|
"count": 3
|
|
}
|
|
},
|
|
"app/components/base/chat/embedded-chatbot/chat-wrapper.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 2
|
|
},
|
|
"ts/no-explicit-any": {
|
|
"count": 7
|
|
}
|
|
},
|
|
"app/components/base/chat/embedded-chatbot/context.tsx": {
|
|
"ts/no-explicit-any": {
|
|
"count": 7
|
|
}
|
|
},
|
|
"app/components/base/chat/embedded-chatbot/header/index.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/base/chat/embedded-chatbot/hooks.tsx": {
|
|
"react-hooks-extra/no-direct-set-state-in-use-effect": {
|
|
"count": 3
|
|
}
|
|
},
|
|
"app/components/base/chat/embedded-chatbot/index.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/base/chat/embedded-chatbot/inputs-form/content.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 3
|
|
},
|
|
"ts/no-explicit-any": {
|
|
"count": 3
|
|
}
|
|
},
|
|
"app/components/base/chat/embedded-chatbot/inputs-form/index.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/base/chat/embedded-chatbot/inputs-form/view-form-dropdown.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/base/chat/utils.ts": {
|
|
"ts/no-explicit-any": {
|
|
"count": 10
|
|
}
|
|
},
|
|
"app/components/base/checkbox-list/index.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 6
|
|
}
|
|
},
|
|
"app/components/base/checkbox/index.stories.tsx": {
|
|
"no-console": {
|
|
"count": 1
|
|
},
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/base/chip/index.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 2
|
|
},
|
|
"ts/no-explicit-any": {
|
|
"count": 3
|
|
}
|
|
},
|
|
"app/components/base/confirm/index.stories.tsx": {
|
|
"no-console": {
|
|
"count": 4
|
|
},
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/base/confirm/index.tsx": {
|
|
"react-hooks-extra/no-direct-set-state-in-use-effect": {
|
|
"count": 2
|
|
},
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/base/content-dialog/index.stories.tsx": {
|
|
"react-hooks-extra/no-direct-set-state-in-use-effect": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/base/corner-label/index.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/base/date-and-time-picker/calendar/days-of-week.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/base/date-and-time-picker/calendar/item.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/base/date-and-time-picker/common/option-list-item.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/base/date-and-time-picker/date-picker/footer.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/base/date-and-time-picker/date-picker/header.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/base/date-and-time-picker/date-picker/index.tsx": {
|
|
"react-hooks-extra/no-direct-set-state-in-use-effect": {
|
|
"count": 4
|
|
},
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/base/date-and-time-picker/time-picker/header.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/base/date-and-time-picker/time-picker/index.tsx": {
|
|
"react-hooks-extra/no-direct-set-state-in-use-effect": {
|
|
"count": 2
|
|
},
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/base/date-and-time-picker/time-picker/options.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 3
|
|
}
|
|
},
|
|
"app/components/base/date-and-time-picker/year-and-month-picker/header.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/base/date-and-time-picker/year-and-month-picker/options.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/base/dialog/index.stories.tsx": {
|
|
"react-hooks-extra/no-direct-set-state-in-use-effect": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/base/dialog/index.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/base/divider/index.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 2
|
|
},
|
|
"tailwindcss/no-unnecessary-whitespace": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/base/drawer-plus/index.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/base/emoji-picker/Inner.tsx": {
|
|
"react-hooks-extra/no-direct-set-state-in-use-effect": {
|
|
"count": 1
|
|
},
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 3
|
|
}
|
|
},
|
|
"app/components/base/encrypted-bottom/index.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/base/error-boundary/index.tsx": {
|
|
"react-refresh/only-export-components": {
|
|
"count": 3
|
|
},
|
|
"ts/no-explicit-any": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/base/features/context.tsx": {
|
|
"react-refresh/only-export-components": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/base/features/new-feature-panel/annotation-reply/config-param-modal.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/base/features/new-feature-panel/annotation-reply/config-param.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/base/features/new-feature-panel/annotation-reply/index.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 5
|
|
},
|
|
"ts/no-explicit-any": {
|
|
"count": 3
|
|
}
|
|
},
|
|
"app/components/base/features/new-feature-panel/annotation-reply/score-slider/base-slider/index.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
},
|
|
"unicorn/prefer-number-properties": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/base/features/new-feature-panel/annotation-reply/score-slider/index.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/base/features/new-feature-panel/annotation-reply/use-annotation-config.ts": {
|
|
"ts/no-explicit-any": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/base/features/new-feature-panel/conversation-opener/index.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/base/features/new-feature-panel/conversation-opener/modal.tsx": {
|
|
"react-hooks-extra/no-direct-set-state-in-use-effect": {
|
|
"count": 1
|
|
},
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 2
|
|
},
|
|
"tailwindcss/no-unnecessary-whitespace": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/base/features/new-feature-panel/dialog-wrapper.tsx": {
|
|
"tailwindcss/no-unnecessary-whitespace": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/base/features/new-feature-panel/feature-bar.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/base/features/new-feature-panel/feature-card.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 2
|
|
},
|
|
"ts/no-explicit-any": {
|
|
"count": 5
|
|
}
|
|
},
|
|
"app/components/base/features/new-feature-panel/file-upload/index.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 5
|
|
}
|
|
},
|
|
"app/components/base/features/new-feature-panel/file-upload/setting-content.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/base/features/new-feature-panel/file-upload/setting-modal.tsx": {
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/base/features/new-feature-panel/image-upload/index.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 5
|
|
}
|
|
},
|
|
"app/components/base/features/new-feature-panel/index.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 3
|
|
}
|
|
},
|
|
"app/components/base/features/new-feature-panel/moderation/index.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 5
|
|
},
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/base/features/new-feature-panel/moderation/moderation-setting-modal.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 3
|
|
},
|
|
"ts/no-explicit-any": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/base/features/new-feature-panel/text-to-speech/index.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 7
|
|
}
|
|
},
|
|
"app/components/base/features/new-feature-panel/text-to-speech/param-config-content.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 4
|
|
}
|
|
},
|
|
"app/components/base/features/new-feature-panel/text-to-speech/voice-settings.tsx": {
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/base/features/types.ts": {
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/base/file-thumb/index.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/base/file-uploader/dynamic-pdf-preview.tsx": {
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/base/file-uploader/file-from-link-or-local/index.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 3
|
|
}
|
|
},
|
|
"app/components/base/file-uploader/file-list-in-log.tsx": {
|
|
"react/no-missing-key": {
|
|
"count": 1
|
|
},
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 3
|
|
},
|
|
"tailwindcss/no-unnecessary-whitespace": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/base/file-uploader/file-uploader-in-attachment/file-item.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 3
|
|
}
|
|
},
|
|
"app/components/base/file-uploader/file-uploader-in-chat-input/file-image-item.tsx": {
|
|
"tailwindcss/no-unnecessary-whitespace": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/base/file-uploader/file-uploader-in-chat-input/file-item.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/base/file-uploader/hooks.ts": {
|
|
"ts/no-explicit-any": {
|
|
"count": 3
|
|
}
|
|
},
|
|
"app/components/base/file-uploader/store.tsx": {
|
|
"react-refresh/only-export-components": {
|
|
"count": 4
|
|
}
|
|
},
|
|
"app/components/base/file-uploader/utils.spec.ts": {
|
|
"test/no-identical-title": {
|
|
"count": 1
|
|
},
|
|
"ts/no-explicit-any": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/base/file-uploader/utils.ts": {
|
|
"ts/no-explicit-any": {
|
|
"count": 3
|
|
}
|
|
},
|
|
"app/components/base/form/components/base/base-field.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 4
|
|
},
|
|
"ts/no-explicit-any": {
|
|
"count": 3
|
|
}
|
|
},
|
|
"app/components/base/form/components/base/base-form.tsx": {
|
|
"ts/no-explicit-any": {
|
|
"count": 6
|
|
}
|
|
},
|
|
"app/components/base/form/components/field/checkbox.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/base/form/components/field/mixed-variable-text-input/placeholder.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 2
|
|
},
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/base/form/components/field/number-slider.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/base/form/components/field/variable-or-constant-input.tsx": {
|
|
"no-console": {
|
|
"count": 2
|
|
},
|
|
"ts/no-explicit-any": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/base/form/components/field/variable-selector.tsx": {
|
|
"no-console": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/base/form/components/label.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 3
|
|
}
|
|
},
|
|
"app/components/base/form/form-scenarios/base/field.tsx": {
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/base/form/form-scenarios/base/types.ts": {
|
|
"ts/no-explicit-any": {
|
|
"count": 3
|
|
}
|
|
},
|
|
"app/components/base/form/form-scenarios/demo/contact-fields.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/base/form/form-scenarios/demo/index.tsx": {
|
|
"no-console": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/base/form/form-scenarios/input-field/field.tsx": {
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/base/form/form-scenarios/input-field/types.ts": {
|
|
"ts/no-explicit-any": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/base/form/form-scenarios/node-panel/field.tsx": {
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/base/form/form-scenarios/node-panel/types.ts": {
|
|
"ts/no-explicit-any": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/base/form/hooks/use-check-validated.ts": {
|
|
"ts/no-explicit-any": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/base/form/hooks/use-get-validators.ts": {
|
|
"ts/no-explicit-any": {
|
|
"count": 3
|
|
}
|
|
},
|
|
"app/components/base/form/types.ts": {
|
|
"ts/no-explicit-any": {
|
|
"count": 16
|
|
}
|
|
},
|
|
"app/components/base/form/utils/secret-input/index.ts": {
|
|
"ts/no-explicit-any": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/base/ga/index.tsx": {
|
|
"react-refresh/only-export-components": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/base/icons/utils.ts": {
|
|
"ts/no-explicit-any": {
|
|
"count": 3
|
|
}
|
|
},
|
|
"app/components/base/image-uploader/hooks.ts": {
|
|
"ts/no-explicit-any": {
|
|
"count": 4
|
|
}
|
|
},
|
|
"app/components/base/image-uploader/image-link-input.tsx": {
|
|
"regexp/no-unused-capturing-group": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/base/image-uploader/image-preview.tsx": {
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/base/image-uploader/utils.ts": {
|
|
"ts/no-explicit-any": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/base/inline-delete-confirm/index.stories.tsx": {
|
|
"no-console": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/base/inline-delete-confirm/index.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/base/input-number/index.stories.tsx": {
|
|
"no-console": {
|
|
"count": 2
|
|
},
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/base/input-number/index.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/base/input-with-copy/index.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/base/input/index.spec.tsx": {
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/base/input/index.stories.tsx": {
|
|
"no-console": {
|
|
"count": 2
|
|
},
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/base/input/index.tsx": {
|
|
"react-refresh/only-export-components": {
|
|
"count": 1
|
|
},
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 3
|
|
}
|
|
},
|
|
"app/components/base/linked-apps-panel/index.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 2
|
|
},
|
|
"tailwindcss/no-unnecessary-whitespace": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/base/list-empty/index.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/base/logo/dify-logo.tsx": {
|
|
"react-refresh/only-export-components": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/base/markdown-blocks/audio-block.tsx": {
|
|
"ts/no-explicit-any": {
|
|
"count": 5
|
|
}
|
|
},
|
|
"app/components/base/markdown-blocks/button.tsx": {
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/base/markdown-blocks/code-block.tsx": {
|
|
"react-hooks-extra/no-direct-set-state-in-use-effect": {
|
|
"count": 10
|
|
},
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
},
|
|
"ts/no-explicit-any": {
|
|
"count": 9
|
|
}
|
|
},
|
|
"app/components/base/markdown-blocks/form.tsx": {
|
|
"react-hooks-extra/no-direct-set-state-in-use-effect": {
|
|
"count": 1
|
|
},
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
},
|
|
"ts/no-explicit-any": {
|
|
"count": 11
|
|
}
|
|
},
|
|
"app/components/base/markdown-blocks/img.tsx": {
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/base/markdown-blocks/link.tsx": {
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/base/markdown-blocks/paragraph.tsx": {
|
|
"ts/no-explicit-any": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/base/markdown-blocks/plugin-img.tsx": {
|
|
"react-hooks-extra/no-direct-set-state-in-use-effect": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/base/markdown-blocks/plugin-paragraph.tsx": {
|
|
"react-hooks-extra/no-direct-set-state-in-use-effect": {
|
|
"count": 2
|
|
},
|
|
"ts/no-explicit-any": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/base/markdown-blocks/pre-code.tsx": {
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/base/markdown-blocks/script-block.tsx": {
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/base/markdown-blocks/think-block.tsx": {
|
|
"react-hooks-extra/no-direct-set-state-in-use-effect": {
|
|
"count": 1
|
|
},
|
|
"ts/no-explicit-any": {
|
|
"count": 4
|
|
}
|
|
},
|
|
"app/components/base/markdown-blocks/video-block.tsx": {
|
|
"ts/no-explicit-any": {
|
|
"count": 5
|
|
}
|
|
},
|
|
"app/components/base/markdown/error-boundary.tsx": {
|
|
"ts/no-explicit-any": {
|
|
"count": 3
|
|
}
|
|
},
|
|
"app/components/base/markdown/markdown-utils.ts": {
|
|
"regexp/no-unused-capturing-group": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/base/markdown/react-markdown-wrapper.tsx": {
|
|
"ts/no-explicit-any": {
|
|
"count": 9
|
|
}
|
|
},
|
|
"app/components/base/mermaid/index.tsx": {
|
|
"react-hooks-extra/no-direct-set-state-in-use-effect": {
|
|
"count": 7
|
|
},
|
|
"regexp/no-super-linear-backtracking": {
|
|
"count": 3
|
|
},
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 3
|
|
},
|
|
"ts/no-explicit-any": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/base/mermaid/utils.ts": {
|
|
"regexp/no-unused-capturing-group": {
|
|
"count": 1
|
|
},
|
|
"ts/no-explicit-any": {
|
|
"count": 4
|
|
}
|
|
},
|
|
"app/components/base/message-log-modal/index.stories.tsx": {
|
|
"no-console": {
|
|
"count": 1
|
|
},
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/base/message-log-modal/index.tsx": {
|
|
"react-hooks-extra/no-direct-set-state-in-use-effect": {
|
|
"count": 1
|
|
},
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
},
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/base/modal-like-wrap/index.stories.tsx": {
|
|
"no-console": {
|
|
"count": 3
|
|
}
|
|
},
|
|
"app/components/base/modal-like-wrap/index.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/base/modal/index.stories.tsx": {
|
|
"react-hooks-extra/no-direct-set-state-in-use-effect": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/base/modal/index.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/base/modal/modal.stories.tsx": {
|
|
"no-console": {
|
|
"count": 4
|
|
},
|
|
"react-hooks-extra/no-direct-set-state-in-use-effect": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/base/modal/modal.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/base/new-audio-button/index.tsx": {
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/base/node-status/index.tsx": {
|
|
"react-refresh/only-export-components": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/base/notion-connector/index.stories.tsx": {
|
|
"no-console": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/base/notion-connector/index.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/base/notion-page-selector/base.tsx": {
|
|
"react-hooks-extra/no-direct-set-state-in-use-effect": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/base/notion-page-selector/credential-selector/index.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/base/notion-page-selector/page-selector/index.tsx": {
|
|
"react-hooks-extra/no-direct-set-state-in-use-effect": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/base/pagination/index.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 8
|
|
},
|
|
"unicorn/prefer-number-properties": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/base/pagination/type.ts": {
|
|
"ts/no-empty-object-type": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/base/param-item/index.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/base/param-item/top-k-item.tsx": {
|
|
"unicorn/prefer-number-properties": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/base/portal-to-follow-elem/index.tsx": {
|
|
"react-refresh/only-export-components": {
|
|
"count": 2
|
|
},
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/base/prompt-editor/index.stories.tsx": {
|
|
"no-console": {
|
|
"count": 1
|
|
},
|
|
"ts/no-explicit-any": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/base/prompt-editor/index.tsx": {
|
|
"ts/no-explicit-any": {
|
|
"count": 4
|
|
}
|
|
},
|
|
"app/components/base/prompt-editor/plugins/component-picker-block/index.tsx": {
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/base/prompt-editor/plugins/component-picker-block/prompt-option.tsx": {
|
|
"tailwindcss/no-duplicate-classes": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/base/prompt-editor/plugins/context-block/component.tsx": {
|
|
"tailwindcss/no-duplicate-classes": {
|
|
"count": 1
|
|
},
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/base/prompt-editor/plugins/context-block/index.tsx": {
|
|
"react-refresh/only-export-components": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/base/prompt-editor/plugins/current-block/component.tsx": {
|
|
"tailwindcss/no-unnecessary-whitespace": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/base/prompt-editor/plugins/current-block/index.tsx": {
|
|
"react-refresh/only-export-components": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/base/prompt-editor/plugins/draggable-plugin/index.tsx": {
|
|
"ts/no-explicit-any": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/base/prompt-editor/plugins/error-message-block/component.tsx": {
|
|
"tailwindcss/no-unnecessary-whitespace": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/base/prompt-editor/plugins/error-message-block/index.tsx": {
|
|
"react-refresh/only-export-components": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/base/prompt-editor/plugins/history-block/component.tsx": {
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/base/prompt-editor/plugins/history-block/index.tsx": {
|
|
"react-refresh/only-export-components": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/base/prompt-editor/plugins/hitl-input-block/component-ui.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/base/prompt-editor/plugins/hitl-input-block/hitl-input-block-replacement-block.tsx": {
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/base/prompt-editor/plugins/hitl-input-block/index.tsx": {
|
|
"react-refresh/only-export-components": {
|
|
"count": 3
|
|
}
|
|
},
|
|
"app/components/base/prompt-editor/plugins/hitl-input-block/input-field.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 7
|
|
},
|
|
"tailwindcss/no-unnecessary-whitespace": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/base/prompt-editor/plugins/hitl-input-block/pre-populate.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/base/prompt-editor/plugins/hitl-input-block/tag-label.tsx": {
|
|
"tailwindcss/no-unnecessary-whitespace": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/base/prompt-editor/plugins/last-run-block/component.tsx": {
|
|
"tailwindcss/no-unnecessary-whitespace": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/base/prompt-editor/plugins/last-run-block/index.tsx": {
|
|
"react-refresh/only-export-components": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/base/prompt-editor/plugins/on-blur-or-focus-block.tsx": {
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/base/prompt-editor/plugins/query-block/index.tsx": {
|
|
"react-refresh/only-export-components": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/base/prompt-editor/plugins/request-url-block/component.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/base/prompt-editor/plugins/request-url-block/index.tsx": {
|
|
"react-refresh/only-export-components": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/base/prompt-editor/plugins/shortcuts-popup-plugin/index.tsx": {
|
|
"ts/no-explicit-any": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/base/prompt-editor/plugins/update-block.tsx": {
|
|
"ts/no-explicit-any": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/base/prompt-editor/plugins/variable-block/index.tsx": {
|
|
"react-refresh/only-export-components": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/base/prompt-editor/plugins/workflow-variable-block/index.tsx": {
|
|
"react-refresh/only-export-components": {
|
|
"count": 4
|
|
}
|
|
},
|
|
"app/components/base/prompt-editor/plugins/workflow-variable-block/node.tsx": {
|
|
"ts/no-explicit-any": {
|
|
"count": 5
|
|
}
|
|
},
|
|
"app/components/base/prompt-editor/plugins/workflow-variable-block/workflow-variable-block-replacement-block.tsx": {
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/base/prompt-log-modal/index.stories.tsx": {
|
|
"no-console": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/base/prompt-log-modal/index.tsx": {
|
|
"react-hooks-extra/no-direct-set-state-in-use-effect": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/base/qrcode/index.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/base/radio-card/index.stories.tsx": {
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/base/radio-card/index.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/base/radio/component/group/index.tsx": {
|
|
"ts/no-explicit-any": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/base/radio/context/index.tsx": {
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/base/radio/index.stories.tsx": {
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/base/search-input/index.stories.tsx": {
|
|
"no-console": {
|
|
"count": 3
|
|
},
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/base/search-input/index.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/base/segmented-control/index.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/base/select/custom.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/base/select/index.stories.tsx": {
|
|
"no-console": {
|
|
"count": 4
|
|
},
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/base/select/index.tsx": {
|
|
"react-hooks-extra/no-direct-set-state-in-use-effect": {
|
|
"count": 2
|
|
},
|
|
"style/multiline-ternary": {
|
|
"count": 2
|
|
},
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
},
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/base/select/locale.tsx": {
|
|
"tailwindcss/no-unnecessary-whitespace": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/base/select/pure.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 3
|
|
}
|
|
},
|
|
"app/components/base/slider/index.stories.tsx": {
|
|
"no-console": {
|
|
"count": 2
|
|
},
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/base/slider/index.tsx": {
|
|
"tailwindcss/no-unnecessary-whitespace": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/base/sort/index.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 3
|
|
},
|
|
"ts/no-explicit-any": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/base/svg-gallery/index.tsx": {
|
|
"node/prefer-global/buffer": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/base/switch/index.stories.tsx": {
|
|
"no-console": {
|
|
"count": 1
|
|
},
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/base/switch/index.tsx": {
|
|
"react-hooks-extra/no-direct-set-state-in-use-effect": {
|
|
"count": 1
|
|
},
|
|
"tailwindcss/no-unnecessary-whitespace": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/base/tab-header/index.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/base/tab-slider-plain/index.tsx": {
|
|
"tailwindcss/no-unnecessary-whitespace": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/base/tab-slider/index.tsx": {
|
|
"react-hooks-extra/no-direct-set-state-in-use-effect": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/base/tag-input/index.stories.tsx": {
|
|
"no-console": {
|
|
"count": 2
|
|
},
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/base/tag-input/index.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/base/tag-management/index.tsx": {
|
|
"tailwindcss/no-unnecessary-whitespace": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/base/tag-management/panel.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 5
|
|
}
|
|
},
|
|
"app/components/base/tag-management/trigger.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/base/text-generation/hooks.ts": {
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/base/textarea/index.stories.tsx": {
|
|
"no-console": {
|
|
"count": 1
|
|
},
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/base/textarea/index.tsx": {
|
|
"react-refresh/only-export-components": {
|
|
"count": 1
|
|
},
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 3
|
|
}
|
|
},
|
|
"app/components/base/timezone-label/index.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/base/toast/index.tsx": {
|
|
"react-refresh/only-export-components": {
|
|
"count": 2
|
|
},
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/base/tooltip/index.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/base/video-gallery/VideoPlayer.tsx": {
|
|
"react-hooks-extra/no-direct-set-state-in-use-effect": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/base/voice-input/index.stories.tsx": {
|
|
"no-console": {
|
|
"count": 2
|
|
},
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/base/voice-input/index.tsx": {
|
|
"tailwindcss/no-unnecessary-whitespace": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/base/voice-input/utils.ts": {
|
|
"ts/no-explicit-any": {
|
|
"count": 4
|
|
}
|
|
},
|
|
"app/components/base/with-input-validation/index.spec.tsx": {
|
|
"ts/no-explicit-any": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/base/with-input-validation/index.stories.tsx": {
|
|
"no-console": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/base/with-input-validation/index.tsx": {
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/base/zendesk/utils.ts": {
|
|
"ts/no-explicit-any": {
|
|
"count": 4
|
|
}
|
|
},
|
|
"app/components/billing/apps-full-in-dialog/index.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 5
|
|
}
|
|
},
|
|
"app/components/billing/billing-page/index.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 3
|
|
}
|
|
},
|
|
"app/components/billing/plan-upgrade-modal/index.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/billing/plan/index.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 2
|
|
},
|
|
"ts/no-explicit-any": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/billing/pricing/header.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/billing/pricing/index.tsx": {
|
|
"react-refresh/only-export-components": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/billing/pricing/plan-switcher/plan-range-switcher.tsx": {
|
|
"react-refresh/only-export-components": {
|
|
"count": 1
|
|
},
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/billing/pricing/plan-switcher/tab.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/billing/pricing/plans/cloud-plan-item/button.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/billing/pricing/plans/cloud-plan-item/index.spec.tsx": {
|
|
"test/prefer-hooks-in-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/billing/pricing/plans/cloud-plan-item/index.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 6
|
|
}
|
|
},
|
|
"app/components/billing/pricing/plans/cloud-plan-item/list/item/index.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/billing/pricing/plans/cloud-plan-item/list/item/tooltip.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/billing/pricing/plans/self-hosted-plan-item/button.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/billing/pricing/plans/self-hosted-plan-item/index.spec.tsx": {
|
|
"test/prefer-hooks-in-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/billing/pricing/plans/self-hosted-plan-item/index.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 4
|
|
},
|
|
"tailwindcss/no-unnecessary-whitespace": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/billing/pricing/plans/self-hosted-plan-item/list/index.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/billing/pricing/plans/self-hosted-plan-item/list/item.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/billing/priority-label/index.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/billing/upgrade-btn/index.spec.tsx": {
|
|
"ts/no-explicit-any": {
|
|
"count": 9
|
|
}
|
|
},
|
|
"app/components/billing/upgrade-btn/index.tsx": {
|
|
"ts/no-explicit-any": {
|
|
"count": 3
|
|
}
|
|
},
|
|
"app/components/billing/usage-info/index.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 8
|
|
}
|
|
},
|
|
"app/components/custom/custom-page/index.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/custom/custom-web-app-brand/index.spec.tsx": {
|
|
"ts/no-explicit-any": {
|
|
"count": 7
|
|
}
|
|
},
|
|
"app/components/custom/custom-web-app-brand/index.tsx": {
|
|
"ts/no-explicit-any": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/datasets/chunk.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 3
|
|
}
|
|
},
|
|
"app/components/datasets/common/document-picker/index.spec.tsx": {
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/datasets/common/document-picker/index.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/datasets/common/document-picker/preview-document-picker.spec.tsx": {
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/datasets/common/document-picker/preview-document-picker.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/datasets/common/image-list/more.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/datasets/common/image-previewer/index.tsx": {
|
|
"no-irregular-whitespace": {
|
|
"count": 1
|
|
},
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 3
|
|
}
|
|
},
|
|
"app/components/datasets/common/image-uploader/hooks/use-upload.ts": {
|
|
"ts/no-explicit-any": {
|
|
"count": 3
|
|
}
|
|
},
|
|
"app/components/datasets/common/image-uploader/image-uploader-in-chunk/image-input.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/datasets/common/image-uploader/image-uploader-in-retrieval-testing/image-input.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/datasets/common/image-uploader/store.tsx": {
|
|
"react-refresh/only-export-components": {
|
|
"count": 4
|
|
}
|
|
},
|
|
"app/components/datasets/common/retrieval-method-config/index.spec.tsx": {
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/datasets/common/retrieval-method-info/index.tsx": {
|
|
"react-refresh/only-export-components": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/datasets/common/retrieval-param-config/index.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 3
|
|
}
|
|
},
|
|
"app/components/datasets/create-from-pipeline/create-options/create-from-dsl-modal/dsl-confirm-modal.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/datasets/create-from-pipeline/create-options/create-from-dsl-modal/header.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/datasets/create-from-pipeline/create-options/create-from-dsl-modal/index.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/datasets/create-from-pipeline/create-options/create-from-dsl-modal/tab/index.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/datasets/create-from-pipeline/create-options/create-from-dsl-modal/tab/item.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/datasets/create-from-pipeline/footer.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/datasets/create-from-pipeline/header.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
},
|
|
"tailwindcss/no-unnecessary-whitespace": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/datasets/create-from-pipeline/list/create-card.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/datasets/create-from-pipeline/list/customized-list.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/datasets/create-from-pipeline/list/template-card/content.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 3
|
|
}
|
|
},
|
|
"app/components/datasets/create-from-pipeline/list/template-card/details/chunk-structure-card.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/datasets/create-from-pipeline/list/template-card/details/index.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 4
|
|
}
|
|
},
|
|
"app/components/datasets/create-from-pipeline/list/template-card/edit-pipeline-info.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 3
|
|
}
|
|
},
|
|
"app/components/datasets/create-from-pipeline/list/template-card/operations.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 3
|
|
}
|
|
},
|
|
"app/components/datasets/create/embedding-process/index.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/datasets/create/embedding-process/indexing-progress-item.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/datasets/create/file-preview/index.tsx": {
|
|
"react-hooks-extra/no-direct-set-state-in-use-effect": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/datasets/create/index.spec.tsx": {
|
|
"ts/no-explicit-any": {
|
|
"count": 16
|
|
}
|
|
},
|
|
"app/components/datasets/create/notion-page-preview/index.tsx": {
|
|
"react-hooks-extra/no-direct-set-state-in-use-effect": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/datasets/create/step-one/index.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/datasets/create/step-one/upgrade-card.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 2
|
|
},
|
|
"tailwindcss/no-unnecessary-whitespace": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/datasets/create/step-three/index.spec.tsx": {
|
|
"ts/no-explicit-any": {
|
|
"count": 7
|
|
}
|
|
},
|
|
"app/components/datasets/create/step-three/index.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 7
|
|
}
|
|
},
|
|
"app/components/datasets/create/step-two/components/general-chunking-options.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 4
|
|
}
|
|
},
|
|
"app/components/datasets/create/step-two/components/indexing-mode-section.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 8
|
|
}
|
|
},
|
|
"app/components/datasets/create/step-two/components/inputs.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/datasets/create/step-two/components/option-card.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/datasets/create/step-two/components/parent-child-options.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/datasets/create/step-two/hooks/use-indexing-config.ts": {
|
|
"react-hooks-extra/no-direct-set-state-in-use-effect": {
|
|
"count": 3
|
|
}
|
|
},
|
|
"app/components/datasets/create/step-two/index.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/datasets/create/step-two/language-select/index.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/datasets/create/step-two/preview-item/index.tsx": {
|
|
"react-refresh/only-export-components": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/datasets/create/stepper/step.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/datasets/create/stop-embedding-modal/index.spec.tsx": {
|
|
"test/prefer-hooks-in-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/datasets/create/top-bar/index.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/datasets/create/website/base/error-message.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/datasets/create/website/base/header.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/datasets/create/website/base/input.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/datasets/create/website/firecrawl/index.tsx": {
|
|
"no-console": {
|
|
"count": 1
|
|
},
|
|
"react-hooks-extra/no-direct-set-state-in-use-effect": {
|
|
"count": 1
|
|
},
|
|
"ts/no-explicit-any": {
|
|
"count": 5
|
|
}
|
|
},
|
|
"app/components/datasets/create/website/firecrawl/options.tsx": {
|
|
"tailwindcss/no-unnecessary-whitespace": {
|
|
"count": 1
|
|
},
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/datasets/create/website/index.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 7
|
|
}
|
|
},
|
|
"app/components/datasets/create/website/jina-reader/index.tsx": {
|
|
"no-console": {
|
|
"count": 1
|
|
},
|
|
"react-hooks-extra/no-direct-set-state-in-use-effect": {
|
|
"count": 1
|
|
},
|
|
"ts/no-explicit-any": {
|
|
"count": 3
|
|
}
|
|
},
|
|
"app/components/datasets/create/website/jina-reader/options.tsx": {
|
|
"tailwindcss/no-unnecessary-whitespace": {
|
|
"count": 1
|
|
},
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/datasets/create/website/no-data.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/datasets/create/website/preview.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/datasets/create/website/watercrawl/index.tsx": {
|
|
"no-console": {
|
|
"count": 1
|
|
},
|
|
"react-hooks-extra/no-direct-set-state-in-use-effect": {
|
|
"count": 1
|
|
},
|
|
"ts/no-explicit-any": {
|
|
"count": 4
|
|
}
|
|
},
|
|
"app/components/datasets/create/website/watercrawl/options.tsx": {
|
|
"tailwindcss/no-unnecessary-whitespace": {
|
|
"count": 1
|
|
},
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/datasets/documents/components/list.tsx": {
|
|
"react-refresh/only-export-components": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/datasets/documents/create-from-pipeline/actions/index.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/datasets/documents/create-from-pipeline/data-source-options/option-card.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/datasets/documents/create-from-pipeline/data-source/base/credential-selector/index.spec.tsx": {
|
|
"ts/no-explicit-any": {
|
|
"count": 4
|
|
}
|
|
},
|
|
"app/components/datasets/documents/create-from-pipeline/data-source/base/credential-selector/item.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/datasets/documents/create-from-pipeline/data-source/base/credential-selector/trigger.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/datasets/documents/create-from-pipeline/data-source/base/header.spec.tsx": {
|
|
"ts/no-explicit-any": {
|
|
"count": 4
|
|
}
|
|
},
|
|
"app/components/datasets/documents/create-from-pipeline/data-source/base/header.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/datasets/documents/create-from-pipeline/data-source/online-documents/index.spec.tsx": {
|
|
"ts/no-explicit-any": {
|
|
"count": 10
|
|
}
|
|
},
|
|
"app/components/datasets/documents/create-from-pipeline/data-source/online-documents/index.tsx": {
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/datasets/documents/create-from-pipeline/data-source/online-documents/page-selector/index.spec.tsx": {
|
|
"ts/no-explicit-any": {
|
|
"count": 5
|
|
}
|
|
},
|
|
"app/components/datasets/documents/create-from-pipeline/data-source/online-documents/page-selector/index.tsx": {
|
|
"react-hooks-extra/no-direct-set-state-in-use-effect": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/datasets/documents/create-from-pipeline/data-source/online-documents/title.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/datasets/documents/create-from-pipeline/data-source/online-drive/connect/index.spec.tsx": {
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/datasets/documents/create-from-pipeline/data-source/online-drive/connect/index.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/datasets/documents/create-from-pipeline/data-source/online-drive/file-list/header/breadcrumbs/bucket.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 4
|
|
}
|
|
},
|
|
"app/components/datasets/documents/create-from-pipeline/data-source/online-drive/file-list/header/breadcrumbs/drive.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 3
|
|
}
|
|
},
|
|
"app/components/datasets/documents/create-from-pipeline/data-source/online-drive/file-list/header/breadcrumbs/dropdown/index.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/datasets/documents/create-from-pipeline/data-source/online-drive/file-list/header/breadcrumbs/dropdown/item.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/datasets/documents/create-from-pipeline/data-source/online-drive/file-list/header/breadcrumbs/index.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/datasets/documents/create-from-pipeline/data-source/online-drive/file-list/header/breadcrumbs/item.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 3
|
|
}
|
|
},
|
|
"app/components/datasets/documents/create-from-pipeline/data-source/online-drive/file-list/index.spec.tsx": {
|
|
"ts/no-explicit-any": {
|
|
"count": 3
|
|
}
|
|
},
|
|
"app/components/datasets/documents/create-from-pipeline/data-source/online-drive/file-list/list/empty-folder.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/datasets/documents/create-from-pipeline/data-source/online-drive/file-list/list/empty-search-result.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/datasets/documents/create-from-pipeline/data-source/online-drive/file-list/list/index.spec.tsx": {
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/datasets/documents/create-from-pipeline/data-source/online-drive/file-list/list/item.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/datasets/documents/create-from-pipeline/data-source/online-drive/header.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/datasets/documents/create-from-pipeline/data-source/online-drive/index.spec.tsx": {
|
|
"ts/no-explicit-any": {
|
|
"count": 11
|
|
}
|
|
},
|
|
"app/components/datasets/documents/create-from-pipeline/data-source/online-drive/index.tsx": {
|
|
"react-hooks-extra/no-direct-set-state-in-use-effect": {
|
|
"count": 5
|
|
}
|
|
},
|
|
"app/components/datasets/documents/create-from-pipeline/data-source/online-drive/utils.ts": {
|
|
"ts/no-explicit-any": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/datasets/documents/create-from-pipeline/data-source/store/provider.tsx": {
|
|
"react-refresh/only-export-components": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/datasets/documents/create-from-pipeline/data-source/store/slices/online-drive.ts": {
|
|
"ts/no-explicit-any": {
|
|
"count": 4
|
|
}
|
|
},
|
|
"app/components/datasets/documents/create-from-pipeline/data-source/website-crawl/base/checkbox-with-label.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/datasets/documents/create-from-pipeline/data-source/website-crawl/base/crawled-result-item.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 3
|
|
}
|
|
},
|
|
"app/components/datasets/documents/create-from-pipeline/data-source/website-crawl/base/crawled-result.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/datasets/documents/create-from-pipeline/data-source/website-crawl/base/crawling.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/datasets/documents/create-from-pipeline/data-source/website-crawl/base/error-message.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/datasets/documents/create-from-pipeline/data-source/website-crawl/base/options/index.spec.tsx": {
|
|
"ts/no-explicit-any": {
|
|
"count": 9
|
|
}
|
|
},
|
|
"app/components/datasets/documents/create-from-pipeline/data-source/website-crawl/base/options/index.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
},
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/datasets/documents/create-from-pipeline/data-source/website-crawl/index.spec.tsx": {
|
|
"ts/no-explicit-any": {
|
|
"count": 11
|
|
}
|
|
},
|
|
"app/components/datasets/documents/create-from-pipeline/data-source/website-crawl/index.tsx": {
|
|
"ts/no-explicit-any": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/datasets/documents/create-from-pipeline/left-header.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 3
|
|
},
|
|
"tailwindcss/no-unnecessary-whitespace": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/datasets/documents/create-from-pipeline/preview/file-preview.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 4
|
|
}
|
|
},
|
|
"app/components/datasets/documents/create-from-pipeline/preview/online-document-preview.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 4
|
|
}
|
|
},
|
|
"app/components/datasets/documents/create-from-pipeline/preview/web-preview.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 3
|
|
},
|
|
"tailwindcss/no-unnecessary-whitespace": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/datasets/documents/create-from-pipeline/process-documents/form.tsx": {
|
|
"ts/no-explicit-any": {
|
|
"count": 3
|
|
}
|
|
},
|
|
"app/components/datasets/documents/create-from-pipeline/process-documents/header.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/datasets/documents/create-from-pipeline/process-documents/index.tsx": {
|
|
"ts/no-explicit-any": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/datasets/documents/create-from-pipeline/processing/embedding-process/index.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 3
|
|
}
|
|
},
|
|
"app/components/datasets/documents/create-from-pipeline/processing/index.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 3
|
|
}
|
|
},
|
|
"app/components/datasets/documents/detail/batch-modal/csv-uploader.tsx": {
|
|
"tailwindcss/no-unnecessary-whitespace": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/datasets/documents/detail/batch-modal/index.tsx": {
|
|
"react-hooks-extra/no-direct-set-state-in-use-effect": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/datasets/documents/detail/completed/child-segment-detail.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 3
|
|
}
|
|
},
|
|
"app/components/datasets/documents/detail/completed/child-segment-list.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/datasets/documents/detail/completed/common/action-buttons.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/datasets/documents/detail/completed/common/add-another.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/datasets/documents/detail/completed/common/batch-action.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/datasets/documents/detail/completed/common/chunk-content.tsx": {
|
|
"react-hooks-extra/no-direct-set-state-in-use-effect": {
|
|
"count": 1
|
|
},
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/datasets/documents/detail/completed/common/dot.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/datasets/documents/detail/completed/common/empty.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/datasets/documents/detail/completed/common/keywords.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/datasets/documents/detail/completed/common/regeneration-modal.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 6
|
|
}
|
|
},
|
|
"app/components/datasets/documents/detail/completed/common/segment-index-tag.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/datasets/documents/detail/completed/common/summary-label.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/datasets/documents/detail/completed/common/summary-text.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/datasets/documents/detail/completed/components/menu-bar.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/datasets/documents/detail/completed/index.tsx": {
|
|
"react-refresh/only-export-components": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/datasets/documents/detail/completed/new-child-segment.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 3
|
|
},
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/datasets/documents/detail/completed/segment-card/chunk-content.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/datasets/documents/detail/completed/segment-card/index.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 3
|
|
}
|
|
},
|
|
"app/components/datasets/documents/detail/completed/segment-detail.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/datasets/documents/detail/completed/skeleton/parent-chunk-card-skeleton.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/datasets/documents/detail/context.ts": {
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/datasets/documents/detail/embedding/components/segment-progress.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/datasets/documents/detail/embedding/components/status-header.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 3
|
|
}
|
|
},
|
|
"app/components/datasets/documents/detail/metadata/index.tsx": {
|
|
"react-hooks-extra/no-direct-set-state-in-use-effect": {
|
|
"count": 4
|
|
},
|
|
"ts/no-explicit-any": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/datasets/documents/detail/new-segment.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 3
|
|
},
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/datasets/documents/detail/segment-add/index.tsx": {
|
|
"react-refresh/only-export-components": {
|
|
"count": 1
|
|
},
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 6
|
|
}
|
|
},
|
|
"app/components/datasets/documents/detail/settings/pipeline-settings/index.tsx": {
|
|
"ts/no-explicit-any": {
|
|
"count": 6
|
|
}
|
|
},
|
|
"app/components/datasets/documents/detail/settings/pipeline-settings/left-header.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 2
|
|
},
|
|
"tailwindcss/no-unnecessary-whitespace": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/datasets/documents/detail/settings/pipeline-settings/process-documents/index.tsx": {
|
|
"ts/no-explicit-any": {
|
|
"count": 3
|
|
}
|
|
},
|
|
"app/components/datasets/documents/hooks/use-documents-page-state.ts": {
|
|
"react-hooks-extra/no-direct-set-state-in-use-effect": {
|
|
"count": 12
|
|
}
|
|
},
|
|
"app/components/datasets/documents/index.tsx": {
|
|
"react-hooks-extra/no-direct-set-state-in-use-effect": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/datasets/external-api/external-api-modal/Form.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/datasets/external-api/external-api-modal/index.tsx": {
|
|
"react-hooks-extra/no-direct-set-state-in-use-effect": {
|
|
"count": 1
|
|
},
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 5
|
|
}
|
|
},
|
|
"app/components/datasets/external-api/external-api-panel/index.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 4
|
|
}
|
|
},
|
|
"app/components/datasets/external-api/external-knowledge-api-card/index.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/datasets/external-knowledge-base/create/ExternalApiSelect.tsx": {
|
|
"react-hooks-extra/no-direct-set-state-in-use-effect": {
|
|
"count": 1
|
|
},
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 5
|
|
}
|
|
},
|
|
"app/components/datasets/external-knowledge-base/create/ExternalApiSelection.tsx": {
|
|
"react-hooks-extra/no-direct-set-state-in-use-effect": {
|
|
"count": 1
|
|
},
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 3
|
|
}
|
|
},
|
|
"app/components/datasets/external-knowledge-base/create/InfoPanel.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 4
|
|
}
|
|
},
|
|
"app/components/datasets/external-knowledge-base/create/KnowledgeBaseInfo.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/datasets/external-knowledge-base/create/RetrievalSettings.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/datasets/external-knowledge-base/create/index.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 6
|
|
}
|
|
},
|
|
"app/components/datasets/extra-info/api-access/card.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/datasets/extra-info/api-access/index.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/datasets/extra-info/service-api/card.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 6
|
|
}
|
|
},
|
|
"app/components/datasets/extra-info/service-api/index.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/datasets/extra-info/statistics.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 4
|
|
}
|
|
},
|
|
"app/components/datasets/formatted-text/flavours/type.ts": {
|
|
"ts/no-empty-object-type": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/datasets/hit-testing/components/child-chunks-item.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
},
|
|
"tailwindcss/no-unnecessary-whitespace": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/datasets/hit-testing/components/chunk-detail-modal.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 3
|
|
}
|
|
},
|
|
"app/components/datasets/hit-testing/components/query-input/index.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/datasets/hit-testing/components/query-input/textarea.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 3
|
|
}
|
|
},
|
|
"app/components/datasets/hit-testing/components/records.tsx": {
|
|
"tailwindcss/no-unnecessary-whitespace": {
|
|
"count": 3
|
|
}
|
|
},
|
|
"app/components/datasets/hit-testing/components/result-item-external.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/datasets/hit-testing/components/result-item-meta.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/datasets/hit-testing/components/score.tsx": {
|
|
"unicorn/prefer-number-properties": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/datasets/hit-testing/modify-external-retrieval-modal.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/datasets/list/dataset-card/components/dataset-card-footer.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/datasets/list/dataset-card/components/dataset-card-header.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 3
|
|
}
|
|
},
|
|
"app/components/datasets/list/dataset-card/components/description.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/datasets/list/dataset-card/hooks/use-dataset-card-state.ts": {
|
|
"react-hooks-extra/no-direct-set-state-in-use-effect": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/datasets/list/dataset-card/operation-item.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/datasets/list/index.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/datasets/list/new-dataset-card/option.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/datasets/metadata/edit-metadata-batch/edit-row.tsx": {
|
|
"tailwindcss/no-unnecessary-whitespace": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/datasets/metadata/edit-metadata-batch/input-combined.tsx": {
|
|
"ts/no-explicit-any": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/datasets/metadata/edit-metadata-batch/input-has-set-multiple-value.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
},
|
|
"tailwindcss/no-unnecessary-whitespace": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/datasets/metadata/edit-metadata-batch/label.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/datasets/metadata/edit-metadata-batch/modal.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 3
|
|
}
|
|
},
|
|
"app/components/datasets/metadata/hooks/use-edit-dataset-metadata.ts": {
|
|
"react-hooks-extra/no-direct-set-state-in-use-effect": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/datasets/metadata/hooks/use-metadata-document.ts": {
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/datasets/metadata/metadata-dataset/create-content.tsx": {
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/datasets/metadata/metadata-dataset/create-metadata-modal.tsx": {
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/datasets/metadata/metadata-dataset/dataset-metadata-drawer.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 5
|
|
},
|
|
"tailwindcss/no-unnecessary-whitespace": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/datasets/metadata/metadata-dataset/field.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/datasets/metadata/metadata-dataset/select-metadata.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 3
|
|
},
|
|
"tailwindcss/no-unnecessary-whitespace": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/datasets/metadata/metadata-document/field.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/datasets/metadata/metadata-document/info-group.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
},
|
|
"tailwindcss/no-unnecessary-whitespace": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/datasets/metadata/metadata-document/no-data.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/datasets/preview/header.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/datasets/settings/form/components/basic-info-section.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 3
|
|
}
|
|
},
|
|
"app/components/datasets/settings/form/components/external-knowledge-section.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 7
|
|
}
|
|
},
|
|
"app/components/datasets/settings/form/components/indexing-section.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 7
|
|
}
|
|
},
|
|
"app/components/datasets/settings/index-method/keyword-number.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/datasets/settings/option-card.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/datasets/settings/permission-selector/index.tsx": {
|
|
"react/no-missing-key": {
|
|
"count": 1
|
|
},
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 4
|
|
}
|
|
},
|
|
"app/components/datasets/settings/permission-selector/member-item.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 3
|
|
}
|
|
},
|
|
"app/components/datasets/settings/permission-selector/permission-item.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/datasets/settings/summary-index-setting.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 11
|
|
}
|
|
},
|
|
"app/components/develop/code.tsx": {
|
|
"ts/no-empty-object-type": {
|
|
"count": 1
|
|
},
|
|
"ts/no-explicit-any": {
|
|
"count": 9
|
|
}
|
|
},
|
|
"app/components/develop/doc.tsx": {
|
|
"react-hooks-extra/no-direct-set-state-in-use-effect": {
|
|
"count": 2
|
|
},
|
|
"ts/no-explicit-any": {
|
|
"count": 3
|
|
}
|
|
},
|
|
"app/components/develop/md.tsx": {
|
|
"ts/no-empty-object-type": {
|
|
"count": 1
|
|
},
|
|
"ts/no-explicit-any": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/develop/secret-key/secret-key-button.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/explore/app-card/index.spec.tsx": {
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/explore/app-card/index.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/explore/app-list/index.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/explore/banner/banner-item.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 4
|
|
}
|
|
},
|
|
"app/components/explore/banner/indicator-button.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/explore/category.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
},
|
|
"tailwindcss/no-unnecessary-whitespace": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/explore/create-app-modal/index.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 2
|
|
},
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
},
|
|
"unicorn/prefer-number-properties": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/explore/index.tsx": {
|
|
"react-hooks-extra/no-direct-set-state-in-use-effect": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/explore/item-operation/index.tsx": {
|
|
"react-hooks-extra/no-direct-set-state-in-use-effect": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/explore/sidebar/app-nav-item/index.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/explore/sidebar/index.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 3
|
|
},
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/explore/sidebar/no-apps/index.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 3
|
|
}
|
|
},
|
|
"app/components/explore/try-app/app-info/index.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 3
|
|
}
|
|
},
|
|
"app/components/explore/try-app/app/chat.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/explore/try-app/app/text-generation.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 2
|
|
},
|
|
"tailwindcss/no-unnecessary-whitespace": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/explore/try-app/preview/basic-app-preview.tsx": {
|
|
"tailwindcss/no-unnecessary-whitespace": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/explore/try-app/tab.tsx": {
|
|
"react-refresh/only-export-components": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/goto-anything/actions/commands/command-bus.ts": {
|
|
"ts/no-explicit-any": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/goto-anything/actions/commands/registry.ts": {
|
|
"ts/no-explicit-any": {
|
|
"count": 3
|
|
}
|
|
},
|
|
"app/components/goto-anything/actions/commands/slash.tsx": {
|
|
"react-refresh/only-export-components": {
|
|
"count": 3
|
|
},
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/goto-anything/actions/commands/types.ts": {
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/goto-anything/actions/types.ts": {
|
|
"ts/no-explicit-any": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/goto-anything/context.tsx": {
|
|
"react-hooks-extra/no-direct-set-state-in-use-effect": {
|
|
"count": 4
|
|
},
|
|
"react-refresh/only-export-components": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/header/account-dropdown/compliance.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 6
|
|
}
|
|
},
|
|
"app/components/header/account-dropdown/index.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 12
|
|
}
|
|
},
|
|
"app/components/header/account-dropdown/support.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 5
|
|
}
|
|
},
|
|
"app/components/header/account-dropdown/workplace-selector/index.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 3
|
|
},
|
|
"tailwindcss/no-unnecessary-whitespace": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/header/account-setting/api-based-extension-page/empty.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/header/account-setting/data-source-page-new/card.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 4
|
|
},
|
|
"ts/no-explicit-any": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/header/account-setting/data-source-page-new/configure.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/header/account-setting/data-source-page-new/hooks/use-marketplace-all-plugins.ts": {
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/header/account-setting/data-source-page-new/install-from-marketplace.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 3
|
|
},
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/header/account-setting/data-source-page-new/item.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 2
|
|
},
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/header/account-setting/data-source-page-new/operator.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 5
|
|
}
|
|
},
|
|
"app/components/header/account-setting/data-source-page-new/types.ts": {
|
|
"ts/no-explicit-any": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/header/account-setting/data-source-page/data-source-notion/operate/index.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 4
|
|
}
|
|
},
|
|
"app/components/header/account-setting/data-source-page/data-source-website/config-firecrawl-modal.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/header/account-setting/data-source-page/data-source-website/config-jina-reader-modal.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/header/account-setting/data-source-page/data-source-website/config-watercrawl-modal.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/header/account-setting/data-source-page/data-source-website/index.tsx": {
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/header/account-setting/data-source-page/panel/config-item.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 2
|
|
},
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/header/account-setting/data-source-page/panel/index.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 3
|
|
}
|
|
},
|
|
"app/components/header/account-setting/index.tsx": {
|
|
"react-hooks-extra/no-direct-set-state-in-use-effect": {
|
|
"count": 1
|
|
},
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 7
|
|
}
|
|
},
|
|
"app/components/header/account-setting/key-validator/declarations.ts": {
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/header/account-setting/members-page/index.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 12
|
|
}
|
|
},
|
|
"app/components/header/account-setting/members-page/invite-modal/index.tsx": {
|
|
"react-hooks-extra/no-direct-set-state-in-use-effect": {
|
|
"count": 3
|
|
},
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/header/account-setting/members-page/operation/index.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 5
|
|
}
|
|
},
|
|
"app/components/header/account-setting/members-page/operation/transfer-ownership.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 3
|
|
}
|
|
},
|
|
"app/components/header/account-setting/members-page/transfer-ownership-modal/index.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 16
|
|
},
|
|
"ts/no-explicit-any": {
|
|
"count": 3
|
|
}
|
|
},
|
|
"app/components/header/account-setting/members-page/transfer-ownership-modal/member-selector.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 5
|
|
},
|
|
"ts/no-explicit-any": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/header/account-setting/model-provider-page/declarations.ts": {
|
|
"ts/no-explicit-any": {
|
|
"count": 4
|
|
}
|
|
},
|
|
"app/components/header/account-setting/model-provider-page/hooks.spec.ts": {
|
|
"ts/no-explicit-any": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/header/account-setting/model-provider-page/hooks.ts": {
|
|
"react-hooks-extra/no-direct-set-state-in-use-effect": {
|
|
"count": 1
|
|
},
|
|
"ts/no-explicit-any": {
|
|
"count": 3
|
|
}
|
|
},
|
|
"app/components/header/account-setting/model-provider-page/install-from-marketplace.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 3
|
|
}
|
|
},
|
|
"app/components/header/account-setting/model-provider-page/model-auth/add-credential-in-load-balancing.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
},
|
|
"ts/no-explicit-any": {
|
|
"count": 4
|
|
}
|
|
},
|
|
"app/components/header/account-setting/model-provider-page/model-auth/add-custom-model.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/header/account-setting/model-provider-page/model-auth/authorized/authorized-item.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/header/account-setting/model-provider-page/model-auth/authorized/credential-item.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/header/account-setting/model-provider-page/model-auth/authorized/index.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 2
|
|
},
|
|
"ts/no-explicit-any": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/header/account-setting/model-provider-page/model-auth/config-model.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/header/account-setting/model-provider-page/model-auth/credential-selector.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 4
|
|
}
|
|
},
|
|
"app/components/header/account-setting/model-provider-page/model-auth/hooks/use-auth.ts": {
|
|
"ts/no-explicit-any": {
|
|
"count": 6
|
|
}
|
|
},
|
|
"app/components/header/account-setting/model-provider-page/model-auth/hooks/use-model-form-schemas.ts": {
|
|
"ts/no-explicit-any": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/header/account-setting/model-provider-page/model-auth/switch-credential-in-load-balancing.tsx": {
|
|
"ts/no-explicit-any": {
|
|
"count": 3
|
|
}
|
|
},
|
|
"app/components/header/account-setting/model-provider-page/model-badge/index.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/header/account-setting/model-provider-page/model-modal/Form.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 10
|
|
},
|
|
"ts/no-explicit-any": {
|
|
"count": 6
|
|
}
|
|
},
|
|
"app/components/header/account-setting/model-provider-page/model-modal/Input.tsx": {
|
|
"unicorn/prefer-number-properties": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/header/account-setting/model-provider-page/model-modal/index.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 6
|
|
},
|
|
"tailwindcss/no-unnecessary-whitespace": {
|
|
"count": 1
|
|
},
|
|
"ts/no-explicit-any": {
|
|
"count": 5
|
|
}
|
|
},
|
|
"app/components/header/account-setting/model-provider-page/model-name/index.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/header/account-setting/model-provider-page/model-parameter-modal/agent-model-trigger.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/header/account-setting/model-provider-page/model-parameter-modal/configuration-button.tsx": {
|
|
"ts/no-explicit-any": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/header/account-setting/model-provider-page/model-parameter-modal/index.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 3
|
|
}
|
|
},
|
|
"app/components/header/account-setting/model-provider-page/model-parameter-modal/model-display.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
},
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/header/account-setting/model-provider-page/model-parameter-modal/parameter-item.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 6
|
|
}
|
|
},
|
|
"app/components/header/account-setting/model-provider-page/model-parameter-modal/presets-parameter.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/header/account-setting/model-provider-page/model-parameter-modal/status-indicators.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 3
|
|
},
|
|
"ts/no-explicit-any": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/header/account-setting/model-provider-page/model-parameter-modal/trigger.tsx": {
|
|
"tailwindcss/no-unnecessary-whitespace": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/header/account-setting/model-provider-page/model-selector/deprecated-model-trigger.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/header/account-setting/model-provider-page/model-selector/popup-item.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 3
|
|
}
|
|
},
|
|
"app/components/header/account-setting/model-provider-page/provider-added-card/add-model-button.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/header/account-setting/model-provider-page/provider-added-card/cooldown-timer.tsx": {
|
|
"react-hooks-extra/no-direct-set-state-in-use-effect": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/header/account-setting/model-provider-page/provider-added-card/credential-panel.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
},
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/header/account-setting/model-provider-page/provider-added-card/index.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 2
|
|
},
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/header/account-setting/model-provider-page/provider-added-card/model-list-item.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/header/account-setting/model-provider-page/provider-added-card/model-list.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/header/account-setting/model-provider-page/provider-added-card/model-load-balancing-configs.tsx": {
|
|
"ts/no-explicit-any": {
|
|
"count": 5
|
|
}
|
|
},
|
|
"app/components/header/account-setting/model-provider-page/provider-added-card/model-load-balancing-modal.tsx": {
|
|
"react-hooks-extra/no-direct-set-state-in-use-effect": {
|
|
"count": 1
|
|
},
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
},
|
|
"ts/no-explicit-any": {
|
|
"count": 3
|
|
}
|
|
},
|
|
"app/components/header/account-setting/model-provider-page/provider-icon/index.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/header/account-setting/plugin-page/utils.ts": {
|
|
"ts/no-explicit-any": {
|
|
"count": 4
|
|
}
|
|
},
|
|
"app/components/header/app-nav/index.tsx": {
|
|
"react-hooks-extra/no-direct-set-state-in-use-effect": {
|
|
"count": 2
|
|
},
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/header/header-wrapper.tsx": {
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/header/index.tsx": {
|
|
"tailwindcss/no-unnecessary-whitespace": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/header/license-env/index.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 3
|
|
}
|
|
},
|
|
"app/components/header/nav/nav-selector/index.tsx": {
|
|
"tailwindcss/no-unnecessary-whitespace": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/header/plugins-nav/index.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/plugins/base/deprecation-notice.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/plugins/base/key-value-item.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 2
|
|
},
|
|
"tailwindcss/no-unnecessary-whitespace": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/plugins/card/base/corner-mark.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
},
|
|
"tailwindcss/no-unnecessary-whitespace": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/plugins/card/base/description.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/plugins/card/base/org-info.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 3
|
|
}
|
|
},
|
|
"app/components/plugins/card/base/title.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/plugins/card/card-more-info.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/plugins/card/index.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/plugins/install-plugin/base/installed.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/plugins/install-plugin/base/loading-error.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/plugins/install-plugin/hooks.ts": {
|
|
"ts/no-explicit-any": {
|
|
"count": 4
|
|
}
|
|
},
|
|
"app/components/plugins/install-plugin/install-bundle/index.tsx": {
|
|
"react-refresh/only-export-components": {
|
|
"count": 1
|
|
},
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/plugins/install-plugin/install-bundle/item/github-item.tsx": {
|
|
"react-hooks-extra/no-direct-set-state-in-use-effect": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/plugins/install-plugin/install-bundle/steps/install-multi.tsx": {
|
|
"react-hooks-extra/no-direct-set-state-in-use-effect": {
|
|
"count": 5
|
|
},
|
|
"ts/no-explicit-any": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/plugins/install-plugin/install-bundle/steps/install.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/plugins/install-plugin/install-from-github/index.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 2
|
|
},
|
|
"ts/no-explicit-any": {
|
|
"count": 3
|
|
}
|
|
},
|
|
"app/components/plugins/install-plugin/install-from-github/steps/loaded.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/plugins/install-plugin/install-from-github/steps/selectPackage.tsx": {
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/plugins/install-plugin/install-from-github/steps/setURL.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/plugins/install-plugin/install-from-local-package/index.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/plugins/install-plugin/install-from-local-package/steps/install.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/plugins/install-plugin/install-from-local-package/steps/uploading.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
},
|
|
"ts/no-explicit-any": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/plugins/install-plugin/install-from-marketplace/index.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/plugins/install-plugin/install-from-marketplace/steps/install.spec.tsx": {
|
|
"ts/no-explicit-any": {
|
|
"count": 3
|
|
},
|
|
"unused-imports/no-unused-vars": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/plugins/install-plugin/install-from-marketplace/steps/install.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/plugins/marketplace/description/index.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 9
|
|
}
|
|
},
|
|
"app/components/plugins/marketplace/empty/index.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/plugins/marketplace/list/card-wrapper.tsx": {
|
|
"tailwindcss/no-unnecessary-whitespace": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/plugins/marketplace/list/list-with-collection.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 3
|
|
},
|
|
"tailwindcss/no-unnecessary-whitespace": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/plugins/marketplace/list/list-wrapper.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/plugins/marketplace/plugin-type-switch.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/plugins/marketplace/search-box/index.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 3
|
|
}
|
|
},
|
|
"app/components/plugins/marketplace/search-box/tags-filter.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/plugins/marketplace/search-box/trigger/marketplace.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/plugins/marketplace/search-box/trigger/tool-selector.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/plugins/marketplace/sort-dropdown/index.spec.tsx": {
|
|
"unused-imports/no-unused-vars": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/plugins/marketplace/sort-dropdown/index.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 3
|
|
}
|
|
},
|
|
"app/components/plugins/plugin-auth/authorize/add-oauth-button.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 3
|
|
},
|
|
"ts/no-explicit-any": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/plugins/plugin-auth/authorize/api-key-modal.tsx": {
|
|
"ts/no-explicit-any": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/plugins/plugin-auth/authorize/index.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/plugins/plugin-auth/authorize/oauth-client-settings.tsx": {
|
|
"ts/no-explicit-any": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/plugins/plugin-auth/authorized-in-node.tsx": {
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/plugins/plugin-auth/authorized/index.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 2
|
|
},
|
|
"ts/no-explicit-any": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/plugins/plugin-auth/authorized/item.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
},
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/plugins/plugin-auth/hooks/use-plugin-auth-action.ts": {
|
|
"ts/no-explicit-any": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/plugins/plugin-auth/index.tsx": {
|
|
"react-refresh/only-export-components": {
|
|
"count": 3
|
|
}
|
|
},
|
|
"app/components/plugins/plugin-auth/plugin-auth-in-agent.tsx": {
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/plugins/plugin-auth/types.ts": {
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/plugins/plugin-auth/utils.ts": {
|
|
"ts/no-explicit-any": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/plugins/plugin-detail-panel/action-list.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/plugins/plugin-detail-panel/agent-strategy-list.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
},
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/plugins/plugin-detail-panel/app-selector/app-inputs-form.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 2
|
|
},
|
|
"ts/no-explicit-any": {
|
|
"count": 8
|
|
}
|
|
},
|
|
"app/components/plugins/plugin-detail-panel/app-selector/app-inputs-panel.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/plugins/plugin-detail-panel/app-selector/app-picker.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/plugins/plugin-detail-panel/app-selector/app-trigger.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/plugins/plugin-detail-panel/app-selector/index.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/plugins/plugin-detail-panel/datasource-action-list.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
},
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/plugins/plugin-detail-panel/detail-header/components/plugin-source-badge.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/plugins/plugin-detail-panel/endpoint-card.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 5
|
|
},
|
|
"ts/no-explicit-any": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/plugins/plugin-detail-panel/endpoint-list.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 4
|
|
},
|
|
"ts/no-explicit-any": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/plugins/plugin-detail-panel/endpoint-modal.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 3
|
|
},
|
|
"ts/no-explicit-any": {
|
|
"count": 7
|
|
}
|
|
},
|
|
"app/components/plugins/plugin-detail-panel/model-list.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 2
|
|
},
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/plugins/plugin-detail-panel/model-selector/index.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
},
|
|
"ts/no-explicit-any": {
|
|
"count": 3
|
|
}
|
|
},
|
|
"app/components/plugins/plugin-detail-panel/model-selector/llm-params-panel.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/plugins/plugin-detail-panel/model-selector/tts-params-panel.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 2
|
|
},
|
|
"ts/no-explicit-any": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/plugins/plugin-detail-panel/multiple-tool-selector/index.spec.tsx": {
|
|
"ts/no-explicit-any": {
|
|
"count": 5
|
|
},
|
|
"unused-imports/no-unused-vars": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/plugins/plugin-detail-panel/multiple-tool-selector/index.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 3
|
|
},
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/plugins/plugin-detail-panel/operation-dropdown.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 4
|
|
}
|
|
},
|
|
"app/components/plugins/plugin-detail-panel/strategy-detail.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 11
|
|
},
|
|
"ts/no-explicit-any": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/plugins/plugin-detail-panel/strategy-item.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/plugins/plugin-detail-panel/subscription-list/create/components/modal-steps.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 3
|
|
}
|
|
},
|
|
"app/components/plugins/plugin-detail-panel/subscription-list/create/oauth-client.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 3
|
|
}
|
|
},
|
|
"app/components/plugins/plugin-detail-panel/subscription-list/delete-confirm.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
},
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/plugins/plugin-detail-panel/subscription-list/edit/apikey-edit-modal.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/plugins/plugin-detail-panel/subscription-list/index.tsx": {
|
|
"react-refresh/only-export-components": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/plugins/plugin-detail-panel/subscription-list/list-view.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/plugins/plugin-detail-panel/subscription-list/log-viewer.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 5
|
|
},
|
|
"ts/no-explicit-any": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/plugins/plugin-detail-panel/subscription-list/selector-entry.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/plugins/plugin-detail-panel/subscription-list/selector-view.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/plugins/plugin-detail-panel/subscription-list/subscription-card.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 3
|
|
}
|
|
},
|
|
"app/components/plugins/plugin-detail-panel/tool-selector/components/reasoning-config-form.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 6
|
|
}
|
|
},
|
|
"app/components/plugins/plugin-detail-panel/tool-selector/components/schema-modal.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/plugins/plugin-detail-panel/tool-selector/components/tool-base-form.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/plugins/plugin-detail-panel/tool-selector/components/tool-item.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/plugins/plugin-detail-panel/tool-selector/components/tool-settings-panel.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 4
|
|
}
|
|
},
|
|
"app/components/plugins/plugin-detail-panel/tool-selector/components/tool-trigger.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/plugins/plugin-detail-panel/tool-selector/index.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/plugins/plugin-detail-panel/trigger/event-detail-drawer.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 9
|
|
},
|
|
"ts/no-explicit-any": {
|
|
"count": 5
|
|
}
|
|
},
|
|
"app/components/plugins/plugin-detail-panel/trigger/event-list.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 3
|
|
}
|
|
},
|
|
"app/components/plugins/plugin-item/action.spec.tsx": {
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/plugins/plugin-item/index.spec.tsx": {
|
|
"ts/no-explicit-any": {
|
|
"count": 10
|
|
}
|
|
},
|
|
"app/components/plugins/plugin-item/index.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 7
|
|
},
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/plugins/plugin-mutation-model/index.spec.tsx": {
|
|
"ts/no-explicit-any": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/plugins/plugin-mutation-model/index.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/plugins/plugin-page/context.tsx": {
|
|
"react-refresh/only-export-components": {
|
|
"count": 2
|
|
},
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/plugins/plugin-page/debug-info.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/plugins/plugin-page/empty/index.spec.tsx": {
|
|
"ts/no-explicit-any": {
|
|
"count": 7
|
|
}
|
|
},
|
|
"app/components/plugins/plugin-page/empty/index.tsx": {
|
|
"react-hooks-extra/no-direct-set-state-in-use-effect": {
|
|
"count": 2
|
|
},
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/plugins/plugin-page/filter-management/category-filter.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 3
|
|
}
|
|
},
|
|
"app/components/plugins/plugin-page/filter-management/tag-filter.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 3
|
|
}
|
|
},
|
|
"app/components/plugins/plugin-page/install-plugin-dropdown.tsx": {
|
|
"react-hooks-extra/no-direct-set-state-in-use-effect": {
|
|
"count": 2
|
|
},
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/plugins/plugin-page/list/index.spec.tsx": {
|
|
"ts/no-explicit-any": {
|
|
"count": 4
|
|
}
|
|
},
|
|
"app/components/plugins/plugin-page/plugin-tasks/components/plugin-task-list.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/plugins/plugin-page/plugin-tasks/index.spec.tsx": {
|
|
"ts/no-explicit-any": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/plugins/provider-card.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/plugins/reference-setting-modal/auto-update-setting/index.spec.tsx": {
|
|
"ts/no-explicit-any": {
|
|
"count": 7
|
|
}
|
|
},
|
|
"app/components/plugins/reference-setting-modal/auto-update-setting/index.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 4
|
|
}
|
|
},
|
|
"app/components/plugins/reference-setting-modal/auto-update-setting/no-data-placeholder.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/plugins/reference-setting-modal/auto-update-setting/no-plugin-selected.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/plugins/reference-setting-modal/auto-update-setting/plugins-picker.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/plugins/reference-setting-modal/auto-update-setting/plugins-selected.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/plugins/reference-setting-modal/auto-update-setting/strategy-picker.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/plugins/reference-setting-modal/auto-update-setting/tool-item.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 2
|
|
},
|
|
"tailwindcss/no-unnecessary-whitespace": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/plugins/reference-setting-modal/index.spec.tsx": {
|
|
"ts/no-explicit-any": {
|
|
"count": 7
|
|
}
|
|
},
|
|
"app/components/plugins/reference-setting-modal/index.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/plugins/reference-setting-modal/label.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/plugins/types.ts": {
|
|
"ts/no-explicit-any": {
|
|
"count": 30
|
|
}
|
|
},
|
|
"app/components/plugins/update-plugin/downgrade-warning.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/plugins/update-plugin/from-market-place.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/plugins/update-plugin/index.spec.tsx": {
|
|
"ts/no-explicit-any": {
|
|
"count": 5
|
|
}
|
|
},
|
|
"app/components/plugins/update-plugin/plugin-version-picker.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 3
|
|
}
|
|
},
|
|
"app/components/rag-pipeline/components/chunk-card-list/chunk-card.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/rag-pipeline/components/chunk-card-list/q-a-item.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/rag-pipeline/components/conversion.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/rag-pipeline/components/panel/input-field/editor/form/hidden-fields.tsx": {
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/rag-pipeline/components/panel/input-field/editor/form/hooks.ts": {
|
|
"ts/no-explicit-any": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/rag-pipeline/components/panel/input-field/editor/form/initial-fields.tsx": {
|
|
"ts/no-explicit-any": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/rag-pipeline/components/panel/input-field/editor/form/show-all-settings.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 2
|
|
},
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/rag-pipeline/components/panel/input-field/editor/form/types.ts": {
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/rag-pipeline/components/panel/input-field/editor/index.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/rag-pipeline/components/panel/input-field/field-list/field-item.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 3
|
|
}
|
|
},
|
|
"app/components/rag-pipeline/components/panel/input-field/field-list/index.spec.tsx": {
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/rag-pipeline/components/panel/input-field/hooks.ts": {
|
|
"react-hooks-extra/no-direct-set-state-in-use-effect": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/rag-pipeline/components/panel/input-field/index.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 3
|
|
}
|
|
},
|
|
"app/components/rag-pipeline/components/panel/input-field/label-right-content/datasource.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/rag-pipeline/components/panel/input-field/label-right-content/global-inputs.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/rag-pipeline/components/panel/input-field/preview/data-source.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/rag-pipeline/components/panel/input-field/preview/process-documents.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/rag-pipeline/components/panel/test-run/header.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/rag-pipeline/components/panel/test-run/preparation/data-source-options/option-card.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/rag-pipeline/components/panel/test-run/preparation/document-processing/index.tsx": {
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/rag-pipeline/components/panel/test-run/preparation/document-processing/options.tsx": {
|
|
"ts/no-explicit-any": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/rag-pipeline/components/panel/test-run/preparation/footer-tips.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/rag-pipeline/components/panel/test-run/preparation/index.tsx": {
|
|
"ts/no-explicit-any": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/rag-pipeline/components/panel/test-run/result/index.tsx": {
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/rag-pipeline/components/panel/test-run/result/result-preview/index.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 3
|
|
},
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/rag-pipeline/components/panel/test-run/result/result-preview/utils.ts": {
|
|
"ts/no-explicit-any": {
|
|
"count": 4
|
|
}
|
|
},
|
|
"app/components/rag-pipeline/components/panel/test-run/result/tabs/tab.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/rag-pipeline/components/publish-as-knowledge-pipeline-modal.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 3
|
|
},
|
|
"tailwindcss/no-unnecessary-whitespace": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/rag-pipeline/components/publish-toast.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/rag-pipeline/components/rag-pipeline-children.tsx": {
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/rag-pipeline/components/rag-pipeline-header/publisher/popup.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 8
|
|
}
|
|
},
|
|
"app/components/rag-pipeline/components/rag-pipeline-header/run-mode.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
},
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/rag-pipeline/components/rag-pipeline-main.tsx": {
|
|
"ts/no-explicit-any": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/rag-pipeline/components/update-dsl-modal.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 5
|
|
},
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/rag-pipeline/hooks/use-DSL.ts": {
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/rag-pipeline/hooks/use-input-fields.ts": {
|
|
"ts/no-explicit-any": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/rag-pipeline/hooks/use-nodes-sync-draft.ts": {
|
|
"ts/no-explicit-any": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/rag-pipeline/hooks/use-pipeline-config.ts": {
|
|
"ts/no-explicit-any": {
|
|
"count": 4
|
|
}
|
|
},
|
|
"app/components/rag-pipeline/hooks/use-pipeline-init.ts": {
|
|
"ts/no-explicit-any": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/rag-pipeline/hooks/use-pipeline-run.ts": {
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/rag-pipeline/index.spec.tsx": {
|
|
"ts/no-explicit-any": {
|
|
"count": 8
|
|
}
|
|
},
|
|
"app/components/rag-pipeline/store/index.ts": {
|
|
"ts/no-explicit-any": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/rag-pipeline/utils/nodes.ts": {
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/share/text-generation/index.tsx": {
|
|
"react-hooks-extra/no-direct-set-state-in-use-effect": {
|
|
"count": 1
|
|
},
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 6
|
|
},
|
|
"ts/no-explicit-any": {
|
|
"count": 8
|
|
}
|
|
},
|
|
"app/components/share/text-generation/info-modal.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/share/text-generation/menu-dropdown.tsx": {
|
|
"react-hooks-extra/no-direct-set-state-in-use-effect": {
|
|
"count": 1
|
|
},
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 4
|
|
}
|
|
},
|
|
"app/components/share/text-generation/no-data/index.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
},
|
|
"ts/no-empty-object-type": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/share/text-generation/result/index.tsx": {
|
|
"react-hooks-extra/no-direct-set-state-in-use-effect": {
|
|
"count": 3
|
|
},
|
|
"ts/no-explicit-any": {
|
|
"count": 3
|
|
}
|
|
},
|
|
"app/components/share/text-generation/run-batch/csv-download/index.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/share/text-generation/run-batch/csv-reader/index.spec.tsx": {
|
|
"ts/no-explicit-any": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/share/text-generation/run-batch/csv-reader/index.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
},
|
|
"ts/no-explicit-any": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/share/text-generation/run-once/index.tsx": {
|
|
"react-hooks-extra/no-direct-set-state-in-use-effect": {
|
|
"count": 1
|
|
},
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 3
|
|
},
|
|
"ts/no-explicit-any": {
|
|
"count": 3
|
|
}
|
|
},
|
|
"app/components/share/utils.ts": {
|
|
"ts/no-explicit-any": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/signin/countdown.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/tools/edit-custom-collection-modal/config-credentials.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 7
|
|
}
|
|
},
|
|
"app/components/tools/edit-custom-collection-modal/get-schema.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 3
|
|
},
|
|
"tailwindcss/no-unnecessary-whitespace": {
|
|
"count": 2
|
|
},
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/tools/edit-custom-collection-modal/index.tsx": {
|
|
"react-hooks-extra/no-direct-set-state-in-use-effect": {
|
|
"count": 4
|
|
},
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 9
|
|
},
|
|
"tailwindcss/no-unnecessary-whitespace": {
|
|
"count": 2
|
|
},
|
|
"ts/no-explicit-any": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/tools/edit-custom-collection-modal/test-api.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 6
|
|
},
|
|
"tailwindcss/no-unnecessary-whitespace": {
|
|
"count": 1
|
|
},
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/tools/labels/filter.tsx": {
|
|
"tailwindcss/no-unnecessary-whitespace": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/tools/labels/selector.tsx": {
|
|
"tailwindcss/no-unnecessary-whitespace": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/tools/marketplace/index.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 10
|
|
}
|
|
},
|
|
"app/components/tools/mcp/create-card.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 2
|
|
},
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/tools/mcp/detail/content.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 12
|
|
},
|
|
"ts/no-explicit-any": {
|
|
"count": 3
|
|
}
|
|
},
|
|
"app/components/tools/mcp/detail/operation-dropdown.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/tools/mcp/detail/tool-item.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 8
|
|
}
|
|
},
|
|
"app/components/tools/mcp/headers-input.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 3
|
|
}
|
|
},
|
|
"app/components/tools/mcp/mcp-server-modal.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 5
|
|
},
|
|
"ts/no-explicit-any": {
|
|
"count": 5
|
|
}
|
|
},
|
|
"app/components/tools/mcp/mcp-server-param-item.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 4
|
|
},
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/tools/mcp/mcp-service-card.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 3
|
|
}
|
|
},
|
|
"app/components/tools/mcp/modal.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 7
|
|
}
|
|
},
|
|
"app/components/tools/mcp/provider-card.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 7
|
|
},
|
|
"tailwindcss/no-unnecessary-whitespace": {
|
|
"count": 1
|
|
},
|
|
"ts/no-explicit-any": {
|
|
"count": 3
|
|
}
|
|
},
|
|
"app/components/tools/mcp/sections/authentication-section.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 5
|
|
}
|
|
},
|
|
"app/components/tools/mcp/sections/configurations-section.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/tools/mcp/sections/headers-section.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/tools/provider-list.tsx": {
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/tools/provider/custom-create-card.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/tools/provider/detail.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 10
|
|
}
|
|
},
|
|
"app/components/tools/provider/empty.tsx": {
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/tools/provider/tool-item.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/tools/setting/build-in/config-credentials.tsx": {
|
|
"tailwindcss/no-unnecessary-whitespace": {
|
|
"count": 1
|
|
},
|
|
"ts/no-explicit-any": {
|
|
"count": 3
|
|
}
|
|
},
|
|
"app/components/tools/types.ts": {
|
|
"ts/no-explicit-any": {
|
|
"count": 4
|
|
}
|
|
},
|
|
"app/components/tools/workflow-tool/configure-button.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 3
|
|
}
|
|
},
|
|
"app/components/tools/workflow-tool/index.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 7
|
|
},
|
|
"tailwindcss/no-unnecessary-whitespace": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/tools/workflow-tool/method-selector.tsx": {
|
|
"tailwindcss/no-unnecessary-whitespace": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/workflow-app/components/workflow-children.tsx": {
|
|
"no-console": {
|
|
"count": 1
|
|
},
|
|
"ts/no-explicit-any": {
|
|
"count": 3
|
|
}
|
|
},
|
|
"app/components/workflow-app/components/workflow-main.tsx": {
|
|
"ts/no-explicit-any": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/workflow-app/components/workflow-onboarding-modal/index.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 3
|
|
}
|
|
},
|
|
"app/components/workflow-app/components/workflow-onboarding-modal/start-node-option.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/workflow-app/components/workflow-onboarding-modal/start-node-selection-panel.spec.tsx": {
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/workflow-app/hooks/use-DSL.ts": {
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/workflow-app/hooks/use-nodes-sync-draft.ts": {
|
|
"ts/no-explicit-any": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/workflow-app/hooks/use-workflow-init.ts": {
|
|
"ts/no-explicit-any": {
|
|
"count": 3
|
|
}
|
|
},
|
|
"app/components/workflow-app/hooks/use-workflow-refresh-draft.ts": {
|
|
"ts/no-explicit-any": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/workflow-app/hooks/use-workflow-run.ts": {
|
|
"ts/no-explicit-any": {
|
|
"count": 13
|
|
}
|
|
},
|
|
"app/components/workflow-app/hooks/use-workflow-template.ts": {
|
|
"ts/no-explicit-any": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/workflow-app/index.tsx": {
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/workflow-app/store/workflow/workflow-slice.ts": {
|
|
"ts/no-explicit-any": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/workflow/__tests__/trigger-status-sync.test.tsx": {
|
|
"ts/no-explicit-any": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/workflow/block-selector/all-start-blocks.tsx": {
|
|
"react-hooks-extra/no-direct-set-state-in-use-effect": {
|
|
"count": 1
|
|
},
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/workflow/block-selector/all-tools.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/workflow/block-selector/blocks.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/workflow/block-selector/featured-tools.tsx": {
|
|
"react-hooks-extra/no-direct-set-state-in-use-effect": {
|
|
"count": 2
|
|
},
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 5
|
|
},
|
|
"tailwindcss/no-duplicate-classes": {
|
|
"count": 1
|
|
},
|
|
"ts/no-explicit-any": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/workflow/block-selector/featured-triggers.tsx": {
|
|
"react-hooks-extra/no-direct-set-state-in-use-effect": {
|
|
"count": 2
|
|
},
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 5
|
|
},
|
|
"tailwindcss/no-duplicate-classes": {
|
|
"count": 1
|
|
},
|
|
"ts/no-explicit-any": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/workflow/block-selector/hooks.ts": {
|
|
"react-hooks-extra/no-direct-set-state-in-use-effect": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/workflow/block-selector/index-bar.tsx": {
|
|
"react-refresh/only-export-components": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/workflow/block-selector/market-place-plugin/action.tsx": {
|
|
"react-hooks-extra/no-direct-set-state-in-use-effect": {
|
|
"count": 1
|
|
},
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/workflow/block-selector/market-place-plugin/item.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 4
|
|
},
|
|
"tailwindcss/no-unnecessary-whitespace": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/workflow/block-selector/market-place-plugin/list.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 3
|
|
}
|
|
},
|
|
"app/components/workflow/block-selector/rag-tool-recommendations/index.tsx": {
|
|
"react-hooks-extra/no-direct-set-state-in-use-effect": {
|
|
"count": 1
|
|
},
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 3
|
|
}
|
|
},
|
|
"app/components/workflow/block-selector/rag-tool-recommendations/uninstalled-item.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 3
|
|
}
|
|
},
|
|
"app/components/workflow/block-selector/start-blocks.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 4
|
|
}
|
|
},
|
|
"app/components/workflow/block-selector/tabs.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/workflow/block-selector/tool/action-item.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/workflow/block-selector/tool/tool-list-flat-view/list.tsx": {
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/workflow/block-selector/tool/tool.tsx": {
|
|
"react-hooks-extra/no-direct-set-state-in-use-effect": {
|
|
"count": 2
|
|
},
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 4
|
|
}
|
|
},
|
|
"app/components/workflow/block-selector/trigger-plugin/action-item.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 2
|
|
},
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/workflow/block-selector/trigger-plugin/item.tsx": {
|
|
"react-hooks-extra/no-direct-set-state-in-use-effect": {
|
|
"count": 2
|
|
},
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
},
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/workflow/block-selector/use-check-vertical-scrollbar.ts": {
|
|
"react-hooks-extra/no-direct-set-state-in-use-effect": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/workflow/block-selector/view-type-select.tsx": {
|
|
"react-refresh/only-export-components": {
|
|
"count": 1
|
|
},
|
|
"tailwindcss/no-unnecessary-whitespace": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/workflow/candidate-node-main.tsx": {
|
|
"ts/no-explicit-any": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/workflow/context.tsx": {
|
|
"react-refresh/only-export-components": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/workflow/datasets-detail-store/provider.tsx": {
|
|
"react-refresh/only-export-components": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/workflow/dsl-export-confirm-modal.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 6
|
|
}
|
|
},
|
|
"app/components/workflow/header/editing-title.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/workflow/header/header-in-restoring.tsx": {
|
|
"tailwindcss/no-unnecessary-whitespace": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/workflow/header/restoring-title.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 3
|
|
}
|
|
},
|
|
"app/components/workflow/header/run-mode.tsx": {
|
|
"no-console": {
|
|
"count": 1
|
|
},
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 2
|
|
},
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/workflow/header/scroll-to-selected-node-button.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/workflow/header/test-run-menu.tsx": {
|
|
"react-refresh/only-export-components": {
|
|
"count": 1
|
|
},
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/workflow/header/undo-redo.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/workflow/header/version-history-button.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/workflow/header/view-workflow-history.tsx": {
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/workflow/hooks-store/provider.tsx": {
|
|
"react-refresh/only-export-components": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/workflow/hooks-store/store.ts": {
|
|
"ts/no-explicit-any": {
|
|
"count": 6
|
|
}
|
|
},
|
|
"app/components/workflow/hooks/use-checklist.ts": {
|
|
"ts/no-empty-object-type": {
|
|
"count": 2
|
|
},
|
|
"ts/no-explicit-any": {
|
|
"count": 4
|
|
}
|
|
},
|
|
"app/components/workflow/hooks/use-dynamic-test-run-options.tsx": {
|
|
"ts/no-explicit-any": {
|
|
"count": 3
|
|
}
|
|
},
|
|
"app/components/workflow/hooks/use-helpline.ts": {
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/workflow/hooks/use-inspect-vars-crud-common.ts": {
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/workflow/hooks/use-node-data-update.ts": {
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/workflow/hooks/use-nodes-interactions.ts": {
|
|
"ts/no-explicit-any": {
|
|
"count": 8
|
|
}
|
|
},
|
|
"app/components/workflow/hooks/use-nodes-layout.ts": {
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/workflow/hooks/use-serial-async-callback.ts": {
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/workflow/hooks/use-workflow-interactions.ts": {
|
|
"ts/no-explicit-any": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/workflow/hooks/use-workflow-run-event/use-workflow-agent-log.ts": {
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/workflow/hooks/use-workflow-run-event/use-workflow-finished.ts": {
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/workflow/hooks/use-workflow-search.tsx": {
|
|
"ts/no-explicit-any": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/workflow/hooks/use-workflow-variables.ts": {
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/workflow/index.tsx": {
|
|
"ts/no-explicit-any": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/_base/components/add-variable-popup-with-position.tsx": {
|
|
"ts/no-explicit-any": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/_base/components/agent-strategy-selector.tsx": {
|
|
"ts/no-explicit-any": {
|
|
"count": 4
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/_base/components/agent-strategy.tsx": {
|
|
"ts/no-empty-object-type": {
|
|
"count": 1
|
|
},
|
|
"ts/no-explicit-any": {
|
|
"count": 4
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/_base/components/before-run-form/bool-input.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/_base/components/before-run-form/form-item.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 3
|
|
},
|
|
"ts/no-explicit-any": {
|
|
"count": 11
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/_base/components/before-run-form/form.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
},
|
|
"ts/no-explicit-any": {
|
|
"count": 3
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/_base/components/before-run-form/index.tsx": {
|
|
"ts/no-explicit-any": {
|
|
"count": 11
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/_base/components/before-run-form/panel-wrap.tsx": {
|
|
"tailwindcss/no-unnecessary-whitespace": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/_base/components/collapse/field-collapse.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/_base/components/editor/base.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/_base/components/editor/code-editor/editor-support-vars.tsx": {
|
|
"react-hooks-extra/no-direct-set-state-in-use-effect": {
|
|
"count": 1
|
|
},
|
|
"ts/no-explicit-any": {
|
|
"count": 6
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/_base/components/editor/code-editor/index.tsx": {
|
|
"react-refresh/only-export-components": {
|
|
"count": 1
|
|
},
|
|
"ts/no-explicit-any": {
|
|
"count": 6
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/_base/components/entry-node-container.tsx": {
|
|
"react-refresh/only-export-components": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/_base/components/error-handle/default-value.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 3
|
|
},
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/_base/components/error-handle/error-handle-on-node.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/_base/components/error-handle/error-handle-on-panel.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/_base/components/error-handle/error-handle-tip.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/_base/components/error-handle/error-handle-type-selector.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/_base/components/error-handle/fail-branch-card.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/_base/components/error-handle/types.ts": {
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/_base/components/field.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/_base/components/file-type-item.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 3
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/_base/components/file-upload-setting.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/_base/components/form-input-boolean.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 4
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/_base/components/form-input-item.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 2
|
|
},
|
|
"ts/no-explicit-any": {
|
|
"count": 33
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/_base/components/group.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/_base/components/info-panel.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/_base/components/input-support-select-var.tsx": {
|
|
"tailwindcss/no-unnecessary-whitespace": {
|
|
"count": 1
|
|
},
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/_base/components/input-var-type-icon.tsx": {
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/_base/components/layout/field-title.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/_base/components/layout/index.tsx": {
|
|
"react-refresh/only-export-components": {
|
|
"count": 7
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/_base/components/list-no-data-placeholder.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/_base/components/mcp-tool-availability.tsx": {
|
|
"react-refresh/only-export-components": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/_base/components/memory-config.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
},
|
|
"unicorn/prefer-number-properties": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/_base/components/mixed-variable-text-input/index.tsx": {
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/_base/components/mixed-variable-text-input/placeholder.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 2
|
|
},
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/_base/components/next-step/container.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/_base/components/next-step/item.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/_base/components/next-step/operator.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/_base/components/node-handle.tsx": {
|
|
"react-hooks-extra/no-direct-set-state-in-use-effect": {
|
|
"count": 1
|
|
},
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 3
|
|
},
|
|
"tailwindcss/no-unnecessary-whitespace": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/_base/components/option-card.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/_base/components/output-vars.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 3
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/_base/components/prompt/editor.tsx": {
|
|
"tailwindcss/no-unnecessary-whitespace": {
|
|
"count": 2
|
|
},
|
|
"ts/no-explicit-any": {
|
|
"count": 4
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/_base/components/readonly-input-with-select-var.tsx": {
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/_base/components/retry/retry-on-node.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/_base/components/retry/retry-on-panel.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 3
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/_base/components/selector.tsx": {
|
|
"tailwindcss/no-unnecessary-whitespace": {
|
|
"count": 2
|
|
},
|
|
"ts/no-explicit-any": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/_base/components/setting-item.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 2
|
|
},
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/_base/components/switch-plugin-version.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/_base/components/title-description-input.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/_base/components/variable/manage-input-field.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/_base/components/variable/match-schema-type.ts": {
|
|
"ts/no-explicit-any": {
|
|
"count": 8
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/_base/components/variable/object-child-tree-panel/picker/field.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/_base/components/variable/object-child-tree-panel/picker/index.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 4
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/_base/components/variable/object-child-tree-panel/show/field.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 5
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/_base/components/variable/utils.ts": {
|
|
"ts/no-explicit-any": {
|
|
"count": 32
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/_base/components/variable/var-full-path-panel.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
},
|
|
"tailwindcss/no-unnecessary-whitespace": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/_base/components/variable/var-reference-picker.tsx": {
|
|
"react-hooks-extra/no-direct-set-state-in-use-effect": {
|
|
"count": 2
|
|
},
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 4
|
|
},
|
|
"tailwindcss/no-unnecessary-whitespace": {
|
|
"count": 1
|
|
},
|
|
"ts/no-explicit-any": {
|
|
"count": 3
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/_base/components/variable/var-reference-popup.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/_base/components/variable/var-reference-vars.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 6
|
|
},
|
|
"tailwindcss/no-unnecessary-whitespace": {
|
|
"count": 3
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/_base/components/variable/variable-label/base/variable-label.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/_base/components/variable/variable-label/base/variable-name.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/_base/components/variable/variable-label/base/variable-node-label.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/_base/components/workflow-panel/index.tsx": {
|
|
"react-hooks-extra/no-direct-set-state-in-use-effect": {
|
|
"count": 3
|
|
},
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 2
|
|
},
|
|
"tailwindcss/no-unnecessary-whitespace": {
|
|
"count": 2
|
|
},
|
|
"ts/no-explicit-any": {
|
|
"count": 6
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/_base/components/workflow-panel/last-run/index.tsx": {
|
|
"react-hooks-extra/no-direct-set-state-in-use-effect": {
|
|
"count": 7
|
|
},
|
|
"ts/no-explicit-any": {
|
|
"count": 5
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/_base/components/workflow-panel/last-run/no-data.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/_base/components/workflow-panel/last-run/use-last-run.ts": {
|
|
"react-hooks-extra/no-direct-set-state-in-use-effect": {
|
|
"count": 1
|
|
},
|
|
"ts/no-explicit-any": {
|
|
"count": 7
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/_base/components/workflow-panel/tab.tsx": {
|
|
"react-refresh/only-export-components": {
|
|
"count": 1
|
|
},
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/_base/hooks/use-one-step-run.ts": {
|
|
"react-hooks-extra/no-direct-set-state-in-use-effect": {
|
|
"count": 2
|
|
},
|
|
"ts/no-explicit-any": {
|
|
"count": 22
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/_base/hooks/use-output-var-list.ts": {
|
|
"ts/no-explicit-any": {
|
|
"count": 8
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/_base/hooks/use-toggle-expend.ts": {
|
|
"react-hooks-extra/no-direct-set-state-in-use-effect": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/_base/hooks/use-var-list.ts": {
|
|
"ts/no-explicit-any": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/_base/node.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 5
|
|
},
|
|
"tailwindcss/no-unnecessary-whitespace": {
|
|
"count": 1
|
|
},
|
|
"ts/no-explicit-any": {
|
|
"count": 3
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/_base/types.ts": {
|
|
"ts/no-explicit-any": {
|
|
"count": 3
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/agent/components/model-bar.tsx": {
|
|
"ts/no-empty-object-type": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/agent/default.ts": {
|
|
"ts/no-explicit-any": {
|
|
"count": 3
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/agent/node.tsx": {
|
|
"ts/no-explicit-any": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/agent/panel.tsx": {
|
|
"react-refresh/only-export-components": {
|
|
"count": 1
|
|
},
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/agent/types.ts": {
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/agent/use-config.ts": {
|
|
"ts/no-explicit-any": {
|
|
"count": 7
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/agent/use-single-run-form-params.ts": {
|
|
"ts/no-explicit-any": {
|
|
"count": 3
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/answer/default.ts": {
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/assigner/components/operation-selector.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 3
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/assigner/default.ts": {
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/assigner/hooks.ts": {
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/assigner/node.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/assigner/panel.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/assigner/types.ts": {
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/assigner/use-single-run-form-params.ts": {
|
|
"ts/no-explicit-any": {
|
|
"count": 3
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/assigner/utils.ts": {
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/code/default.ts": {
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/code/use-config.ts": {
|
|
"react-hooks-extra/no-direct-set-state-in-use-effect": {
|
|
"count": 2
|
|
},
|
|
"regexp/no-useless-assertions": {
|
|
"count": 2
|
|
},
|
|
"ts/no-explicit-any": {
|
|
"count": 6
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/code/use-single-run-form-params.ts": {
|
|
"ts/no-explicit-any": {
|
|
"count": 5
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/components.ts": {
|
|
"ts/no-explicit-any": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/data-source-empty/hooks.ts": {
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/data-source-empty/index.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/data-source/default.ts": {
|
|
"ts/no-explicit-any": {
|
|
"count": 5
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/data-source/hooks/use-before-run-form.ts": {
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/data-source/hooks/use-config.ts": {
|
|
"ts/no-explicit-any": {
|
|
"count": 6
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/data-source/panel.tsx": {
|
|
"ts/no-explicit-any": {
|
|
"count": 3
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/data-source/types.ts": {
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/data-source/utils.ts": {
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/document-extractor/default.ts": {
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/document-extractor/node.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/document-extractor/panel.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/document-extractor/use-single-run-form-params.ts": {
|
|
"ts/no-explicit-any": {
|
|
"count": 4
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/end/default.ts": {
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/end/node.tsx": {
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/http/components/api-input.tsx": {
|
|
"tailwindcss/no-unnecessary-whitespace": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/http/components/authorization/radio-group.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/http/components/key-value/key-value-edit/index.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
},
|
|
"ts/no-explicit-any": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/http/components/key-value/key-value-edit/item.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
},
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/http/default.ts": {
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/http/panel.tsx": {
|
|
"tailwindcss/no-unnecessary-whitespace": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/http/use-config.ts": {
|
|
"react-hooks-extra/no-direct-set-state-in-use-effect": {
|
|
"count": 1
|
|
},
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/http/use-single-run-form-params.ts": {
|
|
"ts/no-explicit-any": {
|
|
"count": 5
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/human-input/components/button-style-dropdown.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/human-input/components/delivery-method/email-configure-modal.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 8
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/human-input/components/delivery-method/index.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/human-input/components/delivery-method/method-item.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/human-input/components/delivery-method/method-selector.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 14
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/human-input/components/delivery-method/recipient/email-input.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/human-input/components/delivery-method/recipient/email-item.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/human-input/components/delivery-method/recipient/index.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/human-input/components/delivery-method/recipient/member-list.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 6
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/human-input/components/delivery-method/test-email-sender.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 21
|
|
},
|
|
"ts/no-explicit-any": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/human-input/components/delivery-method/upgrade-modal.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/human-input/components/form-content-preview.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/human-input/components/form-content.tsx": {
|
|
"react-hooks-extra/no-direct-set-state-in-use-effect": {
|
|
"count": 1
|
|
},
|
|
"react/no-nested-component-definitions": {
|
|
"count": 1
|
|
},
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 2
|
|
},
|
|
"tailwindcss/no-unnecessary-whitespace": {
|
|
"count": 2
|
|
},
|
|
"ts/no-explicit-any": {
|
|
"count": 3
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/human-input/components/single-run-form.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 3
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/human-input/components/timeout.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/human-input/components/variable-in-markdown.tsx": {
|
|
"react-refresh/only-export-components": {
|
|
"count": 2
|
|
},
|
|
"ts/no-explicit-any": {
|
|
"count": 8
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/human-input/node.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 4
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/human-input/panel.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 4
|
|
},
|
|
"tailwindcss/no-unnecessary-whitespace": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/if-else/components/condition-files-list-value.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 3
|
|
},
|
|
"tailwindcss/no-unnecessary-whitespace": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/if-else/components/condition-list/condition-input.tsx": {
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/if-else/components/condition-list/condition-item.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/if-else/components/condition-number-input.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
},
|
|
"tailwindcss/no-unnecessary-whitespace": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/if-else/components/condition-wrap.tsx": {
|
|
"tailwindcss/no-unnecessary-whitespace": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/if-else/default.ts": {
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/if-else/use-single-run-form-params.ts": {
|
|
"ts/no-explicit-any": {
|
|
"count": 5
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/iteration/add-block.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/iteration/default.ts": {
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/iteration/node.tsx": {
|
|
"react-hooks-extra/no-direct-set-state-in-use-effect": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/iteration/panel.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 2
|
|
},
|
|
"tailwindcss/no-unnecessary-whitespace": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/iteration/use-single-run-form-params.ts": {
|
|
"ts/no-explicit-any": {
|
|
"count": 6
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/knowledge-base/components/chunk-structure/instruction/index.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/knowledge-base/components/chunk-structure/selector.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/knowledge-base/components/index-method.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/knowledge-base/components/option-card.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/knowledge-base/components/retrieval-setting/hooks.tsx": {
|
|
"ts/no-explicit-any": {
|
|
"count": 4
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/knowledge-base/components/retrieval-setting/index.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/knowledge-base/components/retrieval-setting/search-method-option.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/knowledge-base/components/retrieval-setting/top-k-and-score-threshold.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 2
|
|
},
|
|
"unicorn/prefer-number-properties": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/knowledge-base/components/retrieval-setting/type.ts": {
|
|
"ts/no-explicit-any": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/knowledge-base/node.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 4
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/knowledge-base/use-single-run-form-params.ts": {
|
|
"ts/no-explicit-any": {
|
|
"count": 3
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/knowledge-retrieval/components/dataset-item.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
},
|
|
"tailwindcss/no-unnecessary-whitespace": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/knowledge-retrieval/components/metadata/add-condition.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/knowledge-retrieval/components/metadata/condition-list/condition-common-variable-selector.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 4
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/knowledge-retrieval/components/metadata/condition-list/condition-date.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/knowledge-retrieval/components/metadata/condition-list/condition-item.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 2
|
|
},
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/knowledge-retrieval/components/metadata/condition-list/condition-variable-selector.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/knowledge-retrieval/components/metadata/metadata-filter/index.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/knowledge-retrieval/components/metadata/metadata-filter/metadata-filter-selector.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/knowledge-retrieval/components/metadata/metadata-panel.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/knowledge-retrieval/components/metadata/metadata-trigger.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/knowledge-retrieval/components/retrieval-config.tsx": {
|
|
"tailwindcss/no-unnecessary-whitespace": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/knowledge-retrieval/default.ts": {
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/knowledge-retrieval/node.tsx": {
|
|
"react-hooks-extra/no-direct-set-state-in-use-effect": {
|
|
"count": 2
|
|
},
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/knowledge-retrieval/types.ts": {
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/knowledge-retrieval/use-config.ts": {
|
|
"ts/no-explicit-any": {
|
|
"count": 3
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/knowledge-retrieval/use-single-run-form-params.ts": {
|
|
"ts/no-explicit-any": {
|
|
"count": 5
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/list-operator/components/extract-input.tsx": {
|
|
"tailwindcss/no-unnecessary-whitespace": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/list-operator/components/filter-condition.tsx": {
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/list-operator/components/sub-variable-picker.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 4
|
|
},
|
|
"tailwindcss/no-unnecessary-whitespace": {
|
|
"count": 1
|
|
},
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/list-operator/default.ts": {
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/list-operator/node.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/llm/components/config-prompt-item.tsx": {
|
|
"ts/no-explicit-any": {
|
|
"count": 3
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/llm/components/config-prompt.tsx": {
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/llm/components/json-schema-config-modal/code-editor.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
},
|
|
"ts/no-explicit-any": {
|
|
"count": 4
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/llm/components/json-schema-config-modal/error-message.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/llm/components/json-schema-config-modal/json-importer.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 2
|
|
},
|
|
"ts/no-explicit-any": {
|
|
"count": 3
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/llm/components/json-schema-config-modal/json-schema-config.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/llm/components/json-schema-config-modal/json-schema-generator/generated-result.tsx": {
|
|
"style/multiline-ternary": {
|
|
"count": 2
|
|
},
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 3
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/llm/components/json-schema-config-modal/json-schema-generator/index.tsx": {
|
|
"react-hooks-extra/no-direct-set-state-in-use-effect": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/llm/components/json-schema-config-modal/json-schema-generator/prompt-editor.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 4
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/llm/components/json-schema-config-modal/visual-editor/card.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 4
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/llm/components/json-schema-config-modal/visual-editor/context.tsx": {
|
|
"react-refresh/only-export-components": {
|
|
"count": 3
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/llm/components/json-schema-config-modal/visual-editor/edit-card/advanced-options.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/llm/components/json-schema-config-modal/visual-editor/edit-card/auto-width-input.tsx": {
|
|
"react-hooks-extra/no-direct-set-state-in-use-effect": {
|
|
"count": 1
|
|
},
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/llm/components/json-schema-config-modal/visual-editor/edit-card/index.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/llm/components/json-schema-config-modal/visual-editor/edit-card/required-switch.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/llm/components/json-schema-config-modal/visual-editor/edit-card/type-selector.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/llm/components/json-schema-config-modal/visual-editor/hooks.ts": {
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/llm/components/structure-output.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 4
|
|
},
|
|
"ts/no-explicit-any": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/llm/default.ts": {
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/llm/panel.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 3
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/llm/use-config.ts": {
|
|
"react-hooks-extra/no-direct-set-state-in-use-effect": {
|
|
"count": 2
|
|
},
|
|
"ts/no-explicit-any": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/llm/use-single-run-form-params.ts": {
|
|
"ts/no-explicit-any": {
|
|
"count": 9
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/llm/utils.ts": {
|
|
"ts/no-explicit-any": {
|
|
"count": 10
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/loop/add-block.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/loop/components/condition-files-list-value.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 3
|
|
},
|
|
"tailwindcss/no-unnecessary-whitespace": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/loop/components/condition-list/condition-input.tsx": {
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/loop/components/condition-list/condition-item.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/loop/components/condition-number-input.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
},
|
|
"tailwindcss/no-unnecessary-whitespace": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/loop/components/condition-wrap.tsx": {
|
|
"tailwindcss/no-unnecessary-whitespace": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/loop/components/loop-variables/empty.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/loop/components/loop-variables/form-item.tsx": {
|
|
"ts/no-explicit-any": {
|
|
"count": 3
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/loop/components/loop-variables/item.tsx": {
|
|
"ts/no-explicit-any": {
|
|
"count": 4
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/loop/default.ts": {
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/loop/types.ts": {
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/loop/use-config.ts": {
|
|
"ts/no-explicit-any": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/loop/use-single-run-form-params.ts": {
|
|
"ts/no-explicit-any": {
|
|
"count": 4
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/parameter-extractor/components/extract-parameter/update.tsx": {
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/parameter-extractor/default.ts": {
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/parameter-extractor/use-config.ts": {
|
|
"react-hooks-extra/no-direct-set-state-in-use-effect": {
|
|
"count": 2
|
|
},
|
|
"ts/no-explicit-any": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/parameter-extractor/use-single-run-form-params.ts": {
|
|
"ts/no-explicit-any": {
|
|
"count": 9
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/question-classifier/components/class-item.tsx": {
|
|
"react-hooks-extra/no-direct-set-state-in-use-effect": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/question-classifier/components/class-list.tsx": {
|
|
"react-hooks-extra/no-direct-set-state-in-use-effect": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/question-classifier/default.ts": {
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/question-classifier/node.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/question-classifier/use-config.ts": {
|
|
"react-hooks-extra/no-direct-set-state-in-use-effect": {
|
|
"count": 2
|
|
},
|
|
"ts/no-explicit-any": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/question-classifier/use-single-run-form-params.ts": {
|
|
"ts/no-explicit-any": {
|
|
"count": 8
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/start/node.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 2
|
|
},
|
|
"tailwindcss/no-unnecessary-whitespace": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/start/panel.tsx": {
|
|
"ts/no-explicit-any": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/start/use-config.ts": {
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/start/use-single-run-form-params.ts": {
|
|
"ts/no-explicit-any": {
|
|
"count": 3
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/template-transform/default.ts": {
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/template-transform/use-config.ts": {
|
|
"ts/no-explicit-any": {
|
|
"count": 4
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/template-transform/use-single-run-form-params.ts": {
|
|
"ts/no-explicit-any": {
|
|
"count": 5
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/tool/__tests__/output-schema-utils.test.ts": {
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/tool/components/copy-id.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
},
|
|
"tailwindcss/no-unnecessary-whitespace": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/tool/components/input-var-list.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 4
|
|
},
|
|
"ts/no-explicit-any": {
|
|
"count": 7
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/tool/components/mixed-variable-text-input/index.tsx": {
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/tool/components/mixed-variable-text-input/placeholder.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 2
|
|
},
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/tool/components/tool-form/index.tsx": {
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/tool/components/tool-form/item.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 5
|
|
},
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/tool/default.ts": {
|
|
"ts/no-explicit-any": {
|
|
"count": 7
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/tool/node.tsx": {
|
|
"tailwindcss/no-unnecessary-whitespace": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/tool/output-schema-utils.ts": {
|
|
"ts/no-explicit-any": {
|
|
"count": 4
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/tool/panel.tsx": {
|
|
"ts/no-explicit-any": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/tool/types.ts": {
|
|
"ts/no-explicit-any": {
|
|
"count": 3
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/tool/use-config.ts": {
|
|
"ts/no-explicit-any": {
|
|
"count": 6
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/tool/use-single-run-form-params.ts": {
|
|
"ts/no-explicit-any": {
|
|
"count": 6
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/trigger-plugin/components/trigger-form/index.tsx": {
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/trigger-plugin/components/trigger-form/item.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 5
|
|
},
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/trigger-plugin/default.ts": {
|
|
"ts/no-explicit-any": {
|
|
"count": 11
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/trigger-plugin/node.tsx": {
|
|
"ts/no-explicit-any": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/trigger-plugin/panel.tsx": {
|
|
"ts/no-explicit-any": {
|
|
"count": 3
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/trigger-plugin/types.ts": {
|
|
"ts/no-explicit-any": {
|
|
"count": 4
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/trigger-plugin/use-config.ts": {
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/trigger-plugin/utils/__tests__/form-helpers.test.ts": {
|
|
"ts/no-explicit-any": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/trigger-plugin/utils/form-helpers.ts": {
|
|
"ts/no-explicit-any": {
|
|
"count": 7
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/trigger-schedule/default.ts": {
|
|
"regexp/no-unused-capturing-group": {
|
|
"count": 2
|
|
},
|
|
"ts/no-explicit-any": {
|
|
"count": 10
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/trigger-webhook/components/generic-table.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 3
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/trigger-webhook/default.ts": {
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/trigger-webhook/panel.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 3
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/trigger-webhook/utils/render-output-vars.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 4
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/utils.ts": {
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/variable-assigner/components/node-variable-item.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/variable-assigner/components/var-group-item.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 2
|
|
},
|
|
"tailwindcss/no-unnecessary-whitespace": {
|
|
"count": 1
|
|
},
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/variable-assigner/default.ts": {
|
|
"ts/no-explicit-any": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/workflow/nodes/variable-assigner/use-single-run-form-params.ts": {
|
|
"ts/no-explicit-any": {
|
|
"count": 5
|
|
}
|
|
},
|
|
"app/components/workflow/note-node/note-editor/plugins/link-editor-plugin/component.tsx": {
|
|
"react-hooks-extra/no-direct-set-state-in-use-effect": {
|
|
"count": 1
|
|
},
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/workflow/note-node/note-editor/toolbar/color-picker.tsx": {
|
|
"react-refresh/only-export-components": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/workflow/note-node/note-editor/utils.ts": {
|
|
"regexp/no-useless-quantifier": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/workflow/operator/add-block.tsx": {
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/workflow/operator/hooks.ts": {
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/workflow/operator/more-actions.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 6
|
|
}
|
|
},
|
|
"app/components/workflow/operator/tip-popup.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/workflow/operator/zoom-in-out.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/workflow/panel/chat-record/index.tsx": {
|
|
"ts/no-explicit-any": {
|
|
"count": 8
|
|
}
|
|
},
|
|
"app/components/workflow/panel/chat-record/user-input.tsx": {
|
|
"ts/no-explicit-any": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/workflow/panel/chat-variable-panel/components/array-bool-list.tsx": {
|
|
"ts/no-explicit-any": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/workflow/panel/chat-variable-panel/components/array-value-list.tsx": {
|
|
"ts/no-explicit-any": {
|
|
"count": 4
|
|
}
|
|
},
|
|
"app/components/workflow/panel/chat-variable-panel/components/object-value-item.tsx": {
|
|
"react-refresh/only-export-components": {
|
|
"count": 1
|
|
},
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 2
|
|
},
|
|
"tailwindcss/no-unnecessary-whitespace": {
|
|
"count": 2
|
|
},
|
|
"ts/no-explicit-any": {
|
|
"count": 5
|
|
},
|
|
"unicorn/prefer-number-properties": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/workflow/panel/chat-variable-panel/components/object-value-list.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
},
|
|
"ts/no-explicit-any": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/workflow/panel/chat-variable-panel/components/variable-item.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 6
|
|
}
|
|
},
|
|
"app/components/workflow/panel/chat-variable-panel/components/variable-modal.tsx": {
|
|
"react-hooks-extra/no-direct-set-state-in-use-effect": {
|
|
"count": 8
|
|
},
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 7
|
|
},
|
|
"ts/no-explicit-any": {
|
|
"count": 3
|
|
}
|
|
},
|
|
"app/components/workflow/panel/chat-variable-panel/components/variable-type-select.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 6
|
|
},
|
|
"ts/no-explicit-any": {
|
|
"count": 4
|
|
}
|
|
},
|
|
"app/components/workflow/panel/chat-variable-panel/index.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 11
|
|
}
|
|
},
|
|
"app/components/workflow/panel/debug-and-preview/chat-wrapper.tsx": {
|
|
"ts/no-explicit-any": {
|
|
"count": 6
|
|
}
|
|
},
|
|
"app/components/workflow/panel/debug-and-preview/conversation-variable-modal.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 9
|
|
},
|
|
"ts/no-explicit-any": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/workflow/panel/debug-and-preview/hooks.ts": {
|
|
"ts/no-explicit-any": {
|
|
"count": 12
|
|
}
|
|
},
|
|
"app/components/workflow/panel/debug-and-preview/index.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/workflow/panel/env-panel/env-item.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 7
|
|
}
|
|
},
|
|
"app/components/workflow/panel/env-panel/index.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/workflow/panel/env-panel/variable-modal.tsx": {
|
|
"react-hooks-extra/no-direct-set-state-in-use-effect": {
|
|
"count": 4
|
|
},
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 11
|
|
},
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/workflow/panel/global-variable-panel/index.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/workflow/panel/global-variable-panel/item.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 4
|
|
}
|
|
},
|
|
"app/components/workflow/panel/human-input-form-list.tsx": {
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/workflow/panel/inputs-panel.tsx": {
|
|
"ts/no-explicit-any": {
|
|
"count": 4
|
|
}
|
|
},
|
|
"app/components/workflow/panel/record.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/workflow/panel/version-history-panel/context-menu/menu-item.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
},
|
|
"tailwindcss/no-unnecessary-whitespace": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/workflow/panel/version-history-panel/delete-confirm-modal.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 2
|
|
},
|
|
"tailwindcss/no-unnecessary-whitespace": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/workflow/panel/version-history-panel/empty.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/workflow/panel/version-history-panel/filter/filter-item.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/workflow/panel/version-history-panel/filter/filter-switch.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/workflow/panel/version-history-panel/filter/index.tsx": {
|
|
"tailwindcss/no-unnecessary-whitespace": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/workflow/panel/version-history-panel/index.spec.tsx": {
|
|
"ts/no-explicit-any": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/workflow/panel/version-history-panel/index.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/workflow/panel/version-history-panel/loading/item.tsx": {
|
|
"tailwindcss/no-unnecessary-whitespace": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/workflow/panel/version-history-panel/restore-confirm-modal.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 2
|
|
},
|
|
"tailwindcss/no-unnecessary-whitespace": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/workflow/panel/version-history-panel/version-history-item.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 4
|
|
},
|
|
"tailwindcss/no-unnecessary-whitespace": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/workflow/panel/workflow-preview.tsx": {
|
|
"ts/no-explicit-any": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/workflow/run/agent-log/agent-log-item.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/workflow/run/agent-log/agent-log-nav-more.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/workflow/run/agent-log/agent-log-nav.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 5
|
|
}
|
|
},
|
|
"app/components/workflow/run/agent-log/agent-log-trigger.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 3
|
|
}
|
|
},
|
|
"app/components/workflow/run/agent-log/agent-result-panel.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/workflow/run/hooks.ts": {
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/workflow/run/index.tsx": {
|
|
"react-hooks-extra/no-direct-set-state-in-use-effect": {
|
|
"count": 2
|
|
},
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 3
|
|
}
|
|
},
|
|
"app/components/workflow/run/iteration-log/iteration-log-trigger.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
},
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
},
|
|
"unicorn/prefer-number-properties": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/workflow/run/iteration-log/iteration-result-panel.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/workflow/run/loop-log/loop-log-trigger.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
},
|
|
"unicorn/prefer-number-properties": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/workflow/run/loop-log/loop-result-panel.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/workflow/run/loop-result-panel.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 2
|
|
},
|
|
"tailwindcss/no-unnecessary-whitespace": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/workflow/run/meta.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 13
|
|
}
|
|
},
|
|
"app/components/workflow/run/node.tsx": {
|
|
"react-hooks-extra/no-direct-set-state-in-use-effect": {
|
|
"count": 1
|
|
},
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 3
|
|
}
|
|
},
|
|
"app/components/workflow/run/output-panel.tsx": {
|
|
"ts/no-explicit-any": {
|
|
"count": 3
|
|
}
|
|
},
|
|
"app/components/workflow/run/result-panel.tsx": {
|
|
"ts/no-explicit-any": {
|
|
"count": 4
|
|
}
|
|
},
|
|
"app/components/workflow/run/result-text.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
},
|
|
"tailwindcss/no-unnecessary-whitespace": {
|
|
"count": 1
|
|
},
|
|
"ts/no-explicit-any": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/workflow/run/retry-log/retry-result-panel.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/workflow/run/status.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 15
|
|
}
|
|
},
|
|
"app/components/workflow/run/tracing-panel.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/workflow/run/utils/format-log/agent/index.spec.ts": {
|
|
"ts/no-explicit-any": {
|
|
"count": 3
|
|
}
|
|
},
|
|
"app/components/workflow/run/utils/format-log/agent/index.ts": {
|
|
"ts/no-explicit-any": {
|
|
"count": 11
|
|
}
|
|
},
|
|
"app/components/workflow/run/utils/format-log/graph-to-log-struct.ts": {
|
|
"ts/no-explicit-any": {
|
|
"count": 7
|
|
}
|
|
},
|
|
"app/components/workflow/run/utils/format-log/index.ts": {
|
|
"ts/no-explicit-any": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/workflow/run/utils/format-log/iteration/index.spec.ts": {
|
|
"ts/no-explicit-any": {
|
|
"count": 3
|
|
}
|
|
},
|
|
"app/components/workflow/run/utils/format-log/iteration/index.ts": {
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/workflow/run/utils/format-log/loop/index.spec.ts": {
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/workflow/run/utils/format-log/loop/index.ts": {
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/workflow/run/utils/format-log/parallel/index.ts": {
|
|
"no-console": {
|
|
"count": 4
|
|
},
|
|
"ts/no-explicit-any": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/workflow/run/utils/format-log/retry/index.spec.ts": {
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/workflow/selection-contextmenu.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 2
|
|
},
|
|
"ts/no-explicit-any": {
|
|
"count": 4
|
|
}
|
|
},
|
|
"app/components/workflow/shortcuts-name.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/workflow/simple-node/index.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/workflow/store/workflow/debug/inspect-vars-slice.ts": {
|
|
"ts/no-explicit-any": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/workflow/store/workflow/workflow-draft-slice.ts": {
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/workflow/store/workflow/workflow-slice.ts": {
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/workflow/types.ts": {
|
|
"ts/no-empty-object-type": {
|
|
"count": 3
|
|
},
|
|
"ts/no-explicit-any": {
|
|
"count": 8
|
|
}
|
|
},
|
|
"app/components/workflow/update-dsl-modal.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 5
|
|
},
|
|
"ts/no-explicit-any": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/workflow/utils/data-source.ts": {
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/workflow/utils/debug.ts": {
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/workflow/utils/node-navigation.ts": {
|
|
"ts/no-explicit-any": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/workflow/utils/node.ts": {
|
|
"regexp/no-super-linear-backtracking": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/workflow/utils/tool.ts": {
|
|
"ts/no-explicit-any": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/workflow/utils/workflow-init.ts": {
|
|
"ts/no-explicit-any": {
|
|
"count": 12
|
|
}
|
|
},
|
|
"app/components/workflow/utils/workflow.ts": {
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/workflow/variable-inspect/display-content.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 2
|
|
},
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/workflow/variable-inspect/empty.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 3
|
|
}
|
|
},
|
|
"app/components/workflow/variable-inspect/group.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 4
|
|
},
|
|
"ts/no-explicit-any": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/workflow/variable-inspect/large-data-alert.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/workflow/variable-inspect/left.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
},
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/workflow/variable-inspect/listening.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 3
|
|
},
|
|
"ts/no-explicit-any": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/workflow/variable-inspect/panel.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 2
|
|
},
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/workflow/variable-inspect/right.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 4
|
|
},
|
|
"ts/no-explicit-any": {
|
|
"count": 3
|
|
}
|
|
},
|
|
"app/components/workflow/variable-inspect/trigger.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 4
|
|
},
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/workflow/variable-inspect/utils.tsx": {
|
|
"ts/no-explicit-any": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/workflow/variable-inspect/value-content.tsx": {
|
|
"react-hooks-extra/no-direct-set-state-in-use-effect": {
|
|
"count": 5
|
|
},
|
|
"regexp/no-super-linear-backtracking": {
|
|
"count": 1
|
|
},
|
|
"regexp/no-unused-capturing-group": {
|
|
"count": 2
|
|
},
|
|
"ts/no-explicit-any": {
|
|
"count": 8
|
|
}
|
|
},
|
|
"app/components/workflow/workflow-history-store.tsx": {
|
|
"react-refresh/only-export-components": {
|
|
"count": 3
|
|
}
|
|
},
|
|
"app/components/workflow/workflow-preview/components/error-handle-on-node.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/components/workflow/workflow-preview/components/nodes/base.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 3
|
|
},
|
|
"tailwindcss/no-unnecessary-whitespace": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/workflow/workflow-preview/components/nodes/constants.ts": {
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/components/workflow/workflow-preview/components/zoom-in-out.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/education-apply/education-apply-page.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 9
|
|
}
|
|
},
|
|
"app/education-apply/expire-notice-modal.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 4
|
|
}
|
|
},
|
|
"app/education-apply/hooks.ts": {
|
|
"react-hooks-extra/no-direct-set-state-in-use-effect": {
|
|
"count": 5
|
|
}
|
|
},
|
|
"app/education-apply/role-selector.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
},
|
|
"tailwindcss/no-unnecessary-whitespace": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/education-apply/search-input.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
},
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/education-apply/user-info.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 3
|
|
}
|
|
},
|
|
"app/education-apply/verify-state-modal.tsx": {
|
|
"react-hooks-extra/no-direct-set-state-in-use-effect": {
|
|
"count": 1
|
|
},
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 5
|
|
}
|
|
},
|
|
"app/forgot-password/ForgotPasswordForm.spec.tsx": {
|
|
"ts/no-explicit-any": {
|
|
"count": 5
|
|
}
|
|
},
|
|
"app/init/InitPasswordPopup.tsx": {
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/install/installForm.spec.tsx": {
|
|
"ts/no-explicit-any": {
|
|
"count": 7
|
|
}
|
|
},
|
|
"app/install/installForm.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/reset-password/check-code/page.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 4
|
|
}
|
|
},
|
|
"app/reset-password/layout.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
},
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/reset-password/page.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 4
|
|
}
|
|
},
|
|
"app/reset-password/set-password/page.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 6
|
|
}
|
|
},
|
|
"app/signin/check-code/page.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 4
|
|
}
|
|
},
|
|
"app/signin/components/mail-and-code-auth.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/signin/components/mail-and-password-auth.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 2
|
|
},
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/signin/invite-settings/page.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 7
|
|
}
|
|
},
|
|
"app/signin/layout.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
},
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/signin/normal-form.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 20
|
|
}
|
|
},
|
|
"app/signin/one-more-step.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 7
|
|
},
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/signup/check-code/page.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 4
|
|
}
|
|
},
|
|
"app/signup/components/input-mail.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 4
|
|
}
|
|
},
|
|
"app/signup/layout.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 1
|
|
},
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"app/signup/page.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"app/signup/set-password/page.tsx": {
|
|
"tailwindcss/enforce-consistent-class-order": {
|
|
"count": 5
|
|
}
|
|
},
|
|
"context/app-context.tsx": {
|
|
"react-refresh/only-export-components": {
|
|
"count": 2
|
|
},
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"context/datasets-context.tsx": {
|
|
"react-refresh/only-export-components": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"context/event-emitter.tsx": {
|
|
"react-refresh/only-export-components": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"context/external-api-panel-context.tsx": {
|
|
"react-refresh/only-export-components": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"context/external-knowledge-api-context.tsx": {
|
|
"react-refresh/only-export-components": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"context/global-public-context.tsx": {
|
|
"react-refresh/only-export-components": {
|
|
"count": 4
|
|
}
|
|
},
|
|
"context/hooks/use-trigger-events-limit-modal.ts": {
|
|
"react-hooks-extra/no-direct-set-state-in-use-effect": {
|
|
"count": 3
|
|
}
|
|
},
|
|
"context/mitt-context.tsx": {
|
|
"react-refresh/only-export-components": {
|
|
"count": 3
|
|
}
|
|
},
|
|
"context/modal-context.test.tsx": {
|
|
"ts/no-explicit-any": {
|
|
"count": 3
|
|
}
|
|
},
|
|
"context/modal-context.tsx": {
|
|
"react-refresh/only-export-components": {
|
|
"count": 2
|
|
},
|
|
"ts/no-explicit-any": {
|
|
"count": 5
|
|
}
|
|
},
|
|
"context/provider-context.tsx": {
|
|
"react-refresh/only-export-components": {
|
|
"count": 3
|
|
},
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"context/web-app-context.tsx": {
|
|
"react-refresh/only-export-components": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"context/workspace-context.tsx": {
|
|
"react-refresh/only-export-components": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"hooks/use-async-window-open.spec.ts": {
|
|
"ts/no-explicit-any": {
|
|
"count": 6
|
|
}
|
|
},
|
|
"hooks/use-format-time-from-now.spec.ts": {
|
|
"regexp/no-dupe-disjunctions": {
|
|
"count": 5
|
|
},
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"hooks/use-metadata.ts": {
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"hooks/use-mitt.ts": {
|
|
"ts/no-explicit-any": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"hooks/use-moderate.ts": {
|
|
"react-hooks-extra/no-direct-set-state-in-use-effect": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"hooks/use-oauth.ts": {
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"hooks/use-pay.tsx": {
|
|
"react-hooks-extra/no-direct-set-state-in-use-effect": {
|
|
"count": 4
|
|
},
|
|
"react-refresh/only-export-components": {
|
|
"count": 3
|
|
}
|
|
},
|
|
"i18n-config/README.md": {
|
|
"no-irregular-whitespace": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"i18n/de-DE/billing.json": {
|
|
"no-irregular-whitespace": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"i18n/en-US/app-debug.json": {
|
|
"no-irregular-whitespace": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"i18n/fr-FR/app-debug.json": {
|
|
"no-irregular-whitespace": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"i18n/fr-FR/app.json": {
|
|
"no-irregular-whitespace": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"i18n/fr-FR/plugin-trigger.json": {
|
|
"no-irregular-whitespace": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"i18n/fr-FR/tools.json": {
|
|
"no-irregular-whitespace": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"i18n/fr-FR/workflow.json": {
|
|
"no-irregular-whitespace": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"i18n/pt-BR/common.json": {
|
|
"no-irregular-whitespace": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"i18n/ru-RU/common.json": {
|
|
"no-irregular-whitespace": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"i18n/uk-UA/app-debug.json": {
|
|
"no-irregular-whitespace": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"models/common.ts": {
|
|
"ts/no-explicit-any": {
|
|
"count": 3
|
|
}
|
|
},
|
|
"models/datasets.ts": {
|
|
"ts/no-explicit-any": {
|
|
"count": 5
|
|
}
|
|
},
|
|
"models/debug.ts": {
|
|
"ts/no-explicit-any": {
|
|
"count": 4
|
|
}
|
|
},
|
|
"models/log.ts": {
|
|
"ts/no-explicit-any": {
|
|
"count": 7
|
|
}
|
|
},
|
|
"models/pipeline.ts": {
|
|
"ts/no-explicit-any": {
|
|
"count": 6
|
|
}
|
|
},
|
|
"models/share.ts": {
|
|
"ts/no-empty-object-type": {
|
|
"count": 1
|
|
},
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"scripts/analyze-component.js": {
|
|
"unused-imports/no-unused-vars": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"scripts/component-analyzer.js": {
|
|
"regexp/no-unused-capturing-group": {
|
|
"count": 6
|
|
}
|
|
},
|
|
"scripts/optimize-standalone.js": {
|
|
"unused-imports/no-unused-vars": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"service/annotation.ts": {
|
|
"ts/no-explicit-any": {
|
|
"count": 4
|
|
}
|
|
},
|
|
"service/apps.ts": {
|
|
"ts/no-explicit-any": {
|
|
"count": 17
|
|
}
|
|
},
|
|
"service/base.ts": {
|
|
"ts/no-explicit-any": {
|
|
"count": 3
|
|
}
|
|
},
|
|
"service/common.ts": {
|
|
"ts/no-explicit-any": {
|
|
"count": 29
|
|
}
|
|
},
|
|
"service/datasets.ts": {
|
|
"ts/no-explicit-any": {
|
|
"count": 8
|
|
}
|
|
},
|
|
"service/debug.ts": {
|
|
"ts/no-explicit-any": {
|
|
"count": 6
|
|
}
|
|
},
|
|
"service/fetch.ts": {
|
|
"regexp/no-unused-capturing-group": {
|
|
"count": 1
|
|
},
|
|
"ts/no-explicit-any": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"service/share.ts": {
|
|
"ts/no-explicit-any": {
|
|
"count": 3
|
|
}
|
|
},
|
|
"service/use-apps.ts": {
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"service/use-common.ts": {
|
|
"ts/no-empty-object-type": {
|
|
"count": 1
|
|
},
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"service/use-endpoints.ts": {
|
|
"ts/no-explicit-any": {
|
|
"count": 7
|
|
}
|
|
},
|
|
"service/use-pipeline.ts": {
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"service/use-plugins-auth.ts": {
|
|
"ts/no-explicit-any": {
|
|
"count": 4
|
|
}
|
|
},
|
|
"service/use-plugins.ts": {
|
|
"react-hooks-extra/no-direct-set-state-in-use-effect": {
|
|
"count": 1
|
|
},
|
|
"regexp/no-unused-capturing-group": {
|
|
"count": 1
|
|
},
|
|
"ts/no-explicit-any": {
|
|
"count": 3
|
|
}
|
|
},
|
|
"service/use-tools.ts": {
|
|
"ts/no-explicit-any": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"service/use-workflow.ts": {
|
|
"ts/no-explicit-any": {
|
|
"count": 3
|
|
}
|
|
},
|
|
"service/utils.spec.ts": {
|
|
"ts/no-explicit-any": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"service/workflow-payload.ts": {
|
|
"ts/no-explicit-any": {
|
|
"count": 10
|
|
}
|
|
},
|
|
"types/app.ts": {
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"types/assets.d.ts": {
|
|
"ts/no-explicit-any": {
|
|
"count": 5
|
|
}
|
|
},
|
|
"types/lamejs.d.ts": {
|
|
"ts/no-explicit-any": {
|
|
"count": 3
|
|
}
|
|
},
|
|
"types/pipeline.tsx": {
|
|
"ts/no-explicit-any": {
|
|
"count": 3
|
|
}
|
|
},
|
|
"types/react-18-input-autosize.d.ts": {
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"types/workflow.ts": {
|
|
"ts/no-explicit-any": {
|
|
"count": 17
|
|
}
|
|
},
|
|
"utils/clipboard.ts": {
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"utils/completion-params.spec.ts": {
|
|
"ts/no-explicit-any": {
|
|
"count": 3
|
|
}
|
|
},
|
|
"utils/completion-params.ts": {
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"utils/error-parser.ts": {
|
|
"no-console": {
|
|
"count": 1
|
|
},
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"utils/get-icon.spec.ts": {
|
|
"ts/no-explicit-any": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"utils/gtag.ts": {
|
|
"ts/no-explicit-any": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"utils/index.spec.ts": {
|
|
"test/no-identical-title": {
|
|
"count": 2
|
|
},
|
|
"ts/no-explicit-any": {
|
|
"count": 8
|
|
}
|
|
},
|
|
"utils/index.ts": {
|
|
"ts/no-explicit-any": {
|
|
"count": 3
|
|
}
|
|
},
|
|
"utils/mcp.ts": {
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"utils/model-config.spec.ts": {
|
|
"ts/no-explicit-any": {
|
|
"count": 13
|
|
}
|
|
},
|
|
"utils/model-config.ts": {
|
|
"ts/no-explicit-any": {
|
|
"count": 6
|
|
}
|
|
},
|
|
"utils/navigation.spec.ts": {
|
|
"ts/no-explicit-any": {
|
|
"count": 4
|
|
}
|
|
},
|
|
"utils/tool-call.spec.ts": {
|
|
"ts/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"utils/validators.ts": {
|
|
"ts/no-explicit-any": {
|
|
"count": 2
|
|
}
|
|
}
|
|
} |