diff --git a/web/eslint-suppressions.json b/web/eslint-suppressions.json index 937ac6a0ed..abd403a6f6 100644 --- a/web/eslint-suppressions.json +++ b/web/eslint-suppressions.json @@ -1,44 +1,5 @@ { - "__tests__/apps/app-card-operations-flow.test.tsx": { - "e18e/prefer-spread-syntax": { - "count": 5 - } - }, - "__tests__/billing/billing-integration.test.tsx": { - "e18e/prefer-static-regex": { - "count": 72 - } - }, - "__tests__/billing/cloud-plan-payment-flow.test.tsx": { - "e18e/prefer-static-regex": { - "count": 10 - } - }, - "__tests__/billing/education-verification-flow.test.tsx": { - "e18e/prefer-static-regex": { - "count": 18 - } - }, - "__tests__/billing/pricing-modal-flow.test.tsx": { - "e18e/prefer-static-regex": { - "count": 28 - } - }, - "__tests__/billing/self-hosted-plan-flow.test.tsx": { - "e18e/prefer-static-regex": { - "count": 6 - } - }, "__tests__/check-i18n.test.ts": { - "e18e/prefer-array-to-sorted": { - "count": 1 - }, - "e18e/prefer-regex-test": { - "count": 2 - }, - "e18e/prefer-static-regex": { - "count": 6 - }, "regexp/no-unused-capturing-group": { "count": 1 }, @@ -46,36 +7,17 @@ "count": 2 } }, - "__tests__/datasets/document-management.test.tsx": { - "e18e/prefer-array-at": { - "count": 2 - } - }, - "__tests__/datasets/metadata-management-flow.test.tsx": { - "e18e/prefer-array-fill": { - "count": 2 - } - }, "__tests__/document-detail-navigation-fix.test.tsx": { - "e18e/prefer-static-regex": { - "count": 7 - }, "no-console": { "count": 10 } }, "__tests__/document-list-sorting.test.tsx": { - "e18e/prefer-array-to-sorted": { - "count": 1 - }, "ts/no-explicit-any": { "count": 3 } }, "__tests__/embedded-user-id-auth.test.tsx": { - "e18e/prefer-static-regex": { - "count": 1 - }, "ts/no-explicit-any": { "count": 8 } @@ -85,20 +27,12 @@ "count": 3 } }, - "__tests__/explore/installed-app-flow.test.tsx": { - "e18e/prefer-static-regex": { - "count": 7 - } - }, "__tests__/goto-anything/command-selector.test.tsx": { "ts/no-explicit-any": { "count": 2 } }, "__tests__/i18n-upload-features.test.ts": { - "e18e/prefer-static-regex": { - "count": 19 - }, "no-console": { "count": 3 } @@ -113,15 +47,7 @@ "count": 2 } }, - "__tests__/plugins/plugin-install-flow.test.ts": { - "e18e/prefer-static-regex": { - "count": 2 - } - }, "__tests__/real-browser-flicker.test.tsx": { - "e18e/prefer-array-at": { - "count": 3 - }, "no-console": { "count": 16 }, @@ -198,9 +124,6 @@ } }, "app/(commonLayout)/app/(appDetailLayout)/[appId]/overview/tracing/panel.tsx": { - "e18e/prefer-static-regex": { - "count": 1 - }, "tailwindcss/enforce-consistent-class-order": { "count": 2 } @@ -232,9 +155,6 @@ } }, "app/(humanInputLayout)/form/[token]/form.tsx": { - "e18e/prefer-static-regex": { - "count": 1 - }, "react-hooks-extra/no-direct-set-state-in-use-effect": { "count": 1 }, @@ -256,9 +176,6 @@ } }, "app/(shareLayout)/webapp-reset-password/check-code/page.tsx": { - "e18e/prefer-static-regex": { - "count": 1 - }, "tailwindcss/enforce-consistent-class-order": { "count": 4 } @@ -282,9 +199,6 @@ } }, "app/(shareLayout)/webapp-signin/check-code/page.tsx": { - "e18e/prefer-static-regex": { - "count": 1 - }, "tailwindcss/enforce-consistent-class-order": { "count": 4 } @@ -326,9 +240,6 @@ } }, "app/account/(commonLayout)/account-page/email-change-modal.tsx": { - "e18e/prefer-static-regex": { - "count": 1 - }, "no-restricted-imports": { "count": 1 }, @@ -395,27 +306,11 @@ } }, "app/account/oauth/authorize/page.tsx": { - "e18e/prefer-static-regex": { - "count": 1 - }, "ts/no-explicit-any": { "count": 1 } }, - "app/components/app-sidebar/app-info/__tests__/app-operations.spec.tsx": { - "e18e/prefer-spread-syntax": { - "count": 2 - } - }, - "app/components/app-sidebar/app-info/__tests__/index.spec.tsx": { - "e18e/prefer-array-at": { - "count": 1 - } - }, "app/components/app-sidebar/app-info/app-operations.tsx": { - "e18e/prefer-spread-syntax": { - "count": 1 - }, "no-restricted-imports": { "count": 1 }, @@ -485,20 +380,11 @@ } }, "app/components/app/annotation/batch-add-annotation-modal/csv-uploader.tsx": { - "e18e/prefer-spread-syntax": { - "count": 1 - }, - "e18e/prefer-static-regex": { - "count": 1 - }, "tailwindcss/enforce-consistent-class-order": { "count": 1 } }, "app/components/app/annotation/batch-add-annotation-modal/index.tsx": { - "e18e/prefer-timer-args": { - "count": 1 - }, "no-restricted-imports": { "count": 1 }, @@ -520,11 +406,6 @@ "count": 1 } }, - "app/components/app/annotation/edit-annotation-modal/edit-item/index.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 10 - } - }, "app/components/app/annotation/edit-annotation-modal/edit-item/index.tsx": { "react-hooks-extra/no-direct-set-state-in-use-effect": { "count": 1 @@ -537,9 +418,6 @@ } }, "app/components/app/annotation/edit-annotation-modal/index.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 10 - }, "test/prefer-hooks-in-order": { "count": 1 } @@ -624,9 +502,6 @@ } }, "app/components/app/app-access-control/add-member-or-group-pop.tsx": { - "e18e/prefer-array-at": { - "count": 1 - }, "no-restricted-imports": { "count": 1 }, @@ -687,22 +562,11 @@ } }, "app/components/app/configuration/base/var-highlight/index.tsx": { - "e18e/prefer-static-regex": { - "count": 5 - }, "react-refresh/only-export-components": { "count": 1 } }, - "app/components/app/configuration/base/warning-mask/formatting-changed.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 2 - } - }, "app/components/app/configuration/config-prompt/advanced-prompt-input.tsx": { - "e18e/prefer-array-some": { - "count": 1 - }, "no-restricted-imports": { "count": 1 }, @@ -728,20 +592,12 @@ "count": 1 } }, - "app/components/app/configuration/config-prompt/index.tsx": { - "e18e/prefer-array-at": { - "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": { - "e18e/prefer-array-some": { - "count": 1 - }, "no-restricted-imports": { "count": 1 }, @@ -811,17 +667,11 @@ } }, "app/components/app/configuration/config-vision/index.spec.tsx": { - "e18e/prefer-array-at": { - "count": 1 - }, "ts/no-explicit-any": { "count": 1 } }, "app/components/app/configuration/config-vision/index.tsx": { - "e18e/prefer-spread-syntax": { - "count": 1 - }, "no-restricted-imports": { "count": 1 }, @@ -864,9 +714,6 @@ } }, "app/components/app/configuration/config/agent/agent-tools/index.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 3 - }, "ts/no-explicit-any": { "count": 5 } @@ -909,11 +756,6 @@ "count": 1 } }, - "app/components/app/configuration/config/assistant-type-picker/index.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 115 - } - }, "app/components/app/configuration/config/assistant-type-picker/index.tsx": { "no-restricted-imports": { "count": 1 @@ -947,11 +789,6 @@ "count": 1 } }, - "app/components/app/configuration/config/automatic/instruction-editor-in-workflow.tsx": { - "e18e/prefer-array-some": { - "count": 1 - } - }, "app/components/app/configuration/config/automatic/instruction-editor.tsx": { "tailwindcss/enforce-consistent-class-order": { "count": 4 @@ -1004,9 +841,6 @@ } }, "app/components/app/configuration/config/config-audio.tsx": { - "e18e/prefer-spread-syntax": { - "count": 1 - }, "no-restricted-imports": { "count": 1 }, @@ -1020,9 +854,6 @@ } }, "app/components/app/configuration/config/config-document.tsx": { - "e18e/prefer-spread-syntax": { - "count": 1 - }, "no-restricted-imports": { "count": 1 }, @@ -1045,11 +876,6 @@ "count": 1 } }, - "app/components/app/configuration/dataset-config/context-var/index.spec.tsx": { - "e18e/prefer-array-at": { - "count": 2 - } - }, "app/components/app/configuration/dataset-config/context-var/index.tsx": { "no-restricted-imports": { "count": 1 @@ -1067,9 +893,6 @@ } }, "app/components/app/configuration/dataset-config/index.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 1 - }, "ts/no-explicit-any": { "count": 37 } @@ -1151,12 +974,6 @@ } }, "app/components/app/configuration/debug/debug-with-multiple-model/index.spec.tsx": { - "e18e/prefer-array-fill": { - "count": 1 - }, - "e18e/prefer-static-regex": { - "count": 7 - }, "ts/no-explicit-any": { "count": 5 } @@ -1195,9 +1012,6 @@ } }, "app/components/app/configuration/debug/index.tsx": { - "e18e/prefer-array-some": { - "count": 1 - }, "no-restricted-imports": { "count": 1 }, @@ -1216,18 +1030,7 @@ "count": 1 } }, - "app/components/app/configuration/hooks/use-advanced-prompt-config.ts": { - "e18e/prefer-array-some": { - "count": 2 - } - }, "app/components/app/configuration/index.tsx": { - "e18e/prefer-array-some": { - "count": 1 - }, - "e18e/prefer-static-regex": { - "count": 1 - }, "no-restricted-imports": { "count": 1 }, @@ -1261,17 +1064,11 @@ } }, "app/components/app/configuration/prompt-value-panel/utils.ts": { - "e18e/prefer-static-regex": { - "count": 1 - }, "ts/no-explicit-any": { "count": 1 } }, "app/components/app/configuration/tools/external-data-tool-modal.tsx": { - "e18e/prefer-static-regex": { - "count": 1 - }, "no-restricted-imports": { "count": 2 }, @@ -1288,9 +1085,6 @@ } }, "app/components/app/create-app-dialog/app-card/index.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 7 - }, "ts/no-explicit-any": { "count": 1 } @@ -1321,11 +1115,6 @@ "count": 2 } }, - "app/components/app/create-app-modal/index.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 2 - } - }, "app/components/app/create-app-modal/index.tsx": { "react-hooks-extra/no-direct-set-state-in-use-effect": { "count": 1 @@ -1360,9 +1149,6 @@ } }, "app/components/app/create-from-dsl-modal/uploader.tsx": { - "e18e/prefer-spread-syntax": { - "count": 1 - }, "tailwindcss/no-unnecessary-whitespace": { "count": 1 } @@ -1394,9 +1180,6 @@ } }, "app/components/app/log/list.tsx": { - "e18e/prefer-array-at": { - "count": 2 - }, "no-restricted-imports": { "count": 1 }, @@ -1457,18 +1240,10 @@ } }, "app/components/app/overview/app-chart.tsx": { - "e18e/prefer-array-fill": { - "count": 2 - }, "ts/no-explicit-any": { "count": 13 } }, - "app/components/app/overview/customize/index.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 16 - } - }, "app/components/app/overview/customize/index.tsx": { "no-restricted-imports": { "count": 1 @@ -1492,9 +1267,6 @@ } }, "app/components/app/overview/settings/index.tsx": { - "e18e/prefer-static-regex": { - "count": 1 - }, "no-restricted-imports": { "count": 3 }, @@ -1525,9 +1297,6 @@ } }, "app/components/app/text-generate/item/index.tsx": { - "e18e/prefer-array-at": { - "count": 1 - }, "react-hooks-extra/no-direct-set-state-in-use-effect": { "count": 3 }, @@ -1597,9 +1366,6 @@ } }, "app/components/app/workflow-log/list.tsx": { - "e18e/prefer-array-to-sorted": { - "count": 1 - }, "react-hooks-extra/no-direct-set-state-in-use-effect": { "count": 2 }, @@ -1615,19 +1381,6 @@ "count": 1 } }, - "app/components/apps/__tests__/app-card.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 5 - } - }, - "app/components/apps/__tests__/list.spec.tsx": { - "e18e/prefer-array-at": { - "count": 3 - }, - "e18e/prefer-static-regex": { - "count": 1 - } - }, "app/components/apps/app-card.tsx": { "no-restricted-imports": { "count": 3 @@ -1652,71 +1405,16 @@ "count": 1 } }, - "app/components/apps/hooks/__tests__/use-apps-query-state.spec.tsx": { - "e18e/prefer-array-at": { - "count": 6 - } - }, - "app/components/apps/hooks/use-dsl-drag-drop.ts": { - "e18e/prefer-spread-syntax": { - "count": 1 - } - }, "app/components/apps/new-app-card.tsx": { "ts/no-explicit-any": { "count": 1 } }, - "app/components/base/__tests__/app-unavailable.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 8 - } - }, - "app/components/base/__tests__/badge.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 5 - } - }, - "app/components/base/__tests__/theme-selector.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 7 - } - }, "app/components/base/action-button/index.tsx": { "react-refresh/only-export-components": { "count": 1 } }, - "app/components/base/agent-log-modal/__tests__/detail.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 12 - } - }, - "app/components/base/agent-log-modal/__tests__/index.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 2 - } - }, - "app/components/base/agent-log-modal/__tests__/iteration.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 4 - } - }, - "app/components/base/agent-log-modal/__tests__/result.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 1 - } - }, - "app/components/base/agent-log-modal/__tests__/tool-call.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 2 - } - }, - "app/components/base/agent-log-modal/__tests__/tracing.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 2 - } - }, "app/components/base/agent-log-modal/detail.tsx": { "ts/no-explicit-any": { "count": 1 @@ -1746,9 +1444,6 @@ } }, "app/components/base/amplitude/AmplitudeProvider.tsx": { - "e18e/prefer-static-regex": { - "count": 1 - }, "react-refresh/only-export-components": { "count": 1 } @@ -1763,16 +1458,6 @@ "count": 1 } }, - "app/components/base/app-icon-picker/__tests__/ImageInput.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 9 - } - }, - "app/components/base/app-icon-picker/__tests__/index.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 23 - } - }, "app/components/base/app-icon-picker/index.tsx": { "tailwindcss/enforce-consistent-class-order": { "count": 1 @@ -1783,11 +1468,6 @@ "count": 15 } }, - "app/components/base/audio-btn/__tests__/index.spec.tsx": { - "e18e/prefer-array-at": { - "count": 1 - } - }, "app/components/base/audio-btn/audio.ts": { "node/prefer-global/buffer": { "count": 1 @@ -1797,26 +1477,15 @@ } }, "app/components/base/audio-btn/index.tsx": { - "e18e/prefer-timer-args": { - "count": 2 - }, "no-restricted-imports": { "count": 1 } }, "app/components/base/audio-gallery/AudioPlayer.tsx": { - "e18e/prefer-timer-args": { - "count": 1 - }, "ts/no-explicit-any": { "count": 2 } }, - "app/components/base/audio-gallery/__tests__/AudioPlayer.spec.tsx": { - "e18e/prefer-spread-syntax": { - "count": 1 - } - }, "app/components/base/auto-height-textarea/index.stories.tsx": { "no-console": { "count": 2 @@ -1826,9 +1495,6 @@ } }, "app/components/base/auto-height-textarea/index.tsx": { - "e18e/prefer-static-regex": { - "count": 1 - }, "tailwindcss/no-unnecessary-whitespace": { "count": 1 } @@ -1838,11 +1504,6 @@ "count": 1 } }, - "app/components/base/block-input/__tests__/index.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 3 - } - }, "app/components/base/block-input/index.stories.tsx": { "no-console": { "count": 2 @@ -1852,9 +1513,6 @@ } }, "app/components/base/block-input/index.tsx": { - "e18e/prefer-static-regex": { - "count": 2 - }, "react-hooks-extra/no-direct-set-state-in-use-effect": { "count": 1 }, @@ -1885,29 +1543,11 @@ "count": 1 } }, - "app/components/base/carousel/__tests__/index.spec.tsx": { - "e18e/prefer-array-fill": { - "count": 1 - } - }, "app/components/base/carousel/index.tsx": { "react-refresh/only-export-components": { "count": 1 } }, - "app/components/base/chat/chat-with-history/__tests__/chat-wrapper.spec.tsx": { - "e18e/prefer-array-at": { - "count": 8 - }, - "e18e/prefer-static-regex": { - "count": 5 - } - }, - "app/components/base/chat/chat-with-history/__tests__/header-in-mobile.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 34 - } - }, "app/components/base/chat/chat-with-history/chat-wrapper.tsx": { "tailwindcss/enforce-consistent-class-order": { "count": 2 @@ -1929,11 +1569,6 @@ "count": 2 } }, - "app/components/base/chat/chat-with-history/header/__tests__/index.spec.tsx": { - "e18e/prefer-array-at": { - "count": 1 - } - }, "app/components/base/chat/chat-with-history/header/index.tsx": { "no-restricted-imports": { "count": 2 @@ -1966,11 +1601,6 @@ "count": 1 } }, - "app/components/base/chat/chat-with-history/inputs-form/__tests__/index.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 3 - } - }, "app/components/base/chat/chat-with-history/inputs-form/content.tsx": { "no-restricted-imports": { "count": 1 @@ -2023,54 +1653,6 @@ "count": 1 } }, - "app/components/base/chat/chat/__tests__/content-switch.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 5 - } - }, - "app/components/base/chat/chat/__tests__/context.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 2 - } - }, - "app/components/base/chat/chat/__tests__/hooks.spec.tsx": { - "e18e/prefer-array-at": { - "count": 6 - } - }, - "app/components/base/chat/chat/__tests__/index.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 8 - } - }, - "app/components/base/chat/chat/__tests__/question.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 6 - } - }, - "app/components/base/chat/chat/__tests__/try-to-ask.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 1 - } - }, - "app/components/base/chat/chat/answer/__tests__/more.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 7 - } - }, - "app/components/base/chat/chat/answer/__tests__/operation.spec.tsx": { - "e18e/prefer-array-at": { - "count": 6 - }, - "e18e/prefer-static-regex": { - "count": 5 - } - }, - "app/components/base/chat/chat/answer/__tests__/workflow-process.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 2 - } - }, "app/components/base/chat/chat/answer/agent-content.tsx": { "style/multiline-ternary": { "count": 2 @@ -2079,20 +1661,7 @@ "count": 1 } }, - "app/components/base/chat/chat/answer/basic-content.tsx": { - "e18e/prefer-static-regex": { - "count": 2 - } - }, - "app/components/base/chat/chat/answer/human-input-content/content-item.tsx": { - "e18e/prefer-static-regex": { - "count": 2 - } - }, "app/components/base/chat/chat/answer/human-input-content/utils.ts": { - "e18e/prefer-static-regex": { - "count": 1 - }, "ts/no-explicit-any": { "count": 1 } @@ -2116,22 +1685,11 @@ } }, "app/components/base/chat/chat/answer/workflow-process.tsx": { - "e18e/prefer-array-at": { - "count": 1 - }, "react-hooks-extra/no-direct-set-state-in-use-effect": { "count": 1 } }, - "app/components/base/chat/chat/chat-input-area/__tests__/index.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 2 - } - }, "app/components/base/chat/chat/chat-input-area/index.tsx": { - "e18e/prefer-static-regex": { - "count": 1 - }, "ts/no-explicit-any": { "count": 3 } @@ -2141,31 +1699,11 @@ "count": 1 } }, - "app/components/base/chat/chat/citation/__tests__/index.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 3 - } - }, - "app/components/base/chat/chat/citation/__tests__/popup.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 1 - } - }, - "app/components/base/chat/chat/citation/__tests__/progress-tooltip.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 2 - } - }, "app/components/base/chat/chat/citation/index.tsx": { "react-hooks-extra/no-direct-set-state-in-use-effect": { "count": 1 } }, - "app/components/base/chat/chat/citation/popup.tsx": { - "e18e/prefer-static-regex": { - "count": 1 - } - }, "app/components/base/chat/chat/hooks.ts": { "react-hooks-extra/no-direct-set-state-in-use-effect": { "count": 2 @@ -2182,16 +1720,6 @@ "count": 3 } }, - "app/components/base/chat/chat/loading-anim/__tests__/index.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 4 - } - }, - "app/components/base/chat/chat/thought/__tests__/index.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 20 - } - }, "app/components/base/chat/chat/try-to-ask.tsx": { "tailwindcss/enforce-consistent-class-order": { "count": 1 @@ -2203,9 +1731,6 @@ } }, "app/components/base/chat/chat/utils.ts": { - "e18e/prefer-static-regex": { - "count": 1 - }, "ts/no-explicit-any": { "count": 3 } @@ -2231,28 +1756,10 @@ } }, "app/components/base/chat/embedded-chatbot/index.tsx": { - "e18e/prefer-spread-syntax": { - "count": 1 - }, "tailwindcss/enforce-consistent-class-order": { "count": 1 } }, - "app/components/base/chat/embedded-chatbot/inputs-form/__tests__/content.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 12 - } - }, - "app/components/base/chat/embedded-chatbot/inputs-form/__tests__/index.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 2 - } - }, - "app/components/base/chat/embedded-chatbot/inputs-form/__tests__/view-form-dropdown.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 1 - } - }, "app/components/base/chat/embedded-chatbot/inputs-form/content.tsx": { "no-restricted-imports": { "count": 1 @@ -2262,12 +1769,6 @@ } }, "app/components/base/chat/utils.ts": { - "e18e/prefer-array-to-reversed": { - "count": 1 - }, - "e18e/prefer-spread-syntax": { - "count": 5 - }, "ts/no-explicit-any": { "count": 10 } @@ -2280,11 +1781,6 @@ "count": 1 } }, - "app/components/base/chip/__tests__/index.spec.tsx": { - "e18e/prefer-array-at": { - "count": 8 - } - }, "app/components/base/chip/index.tsx": { "tailwindcss/enforce-consistent-class-order": { "count": 2 @@ -2302,9 +1798,6 @@ } }, "app/components/base/confirm/index.tsx": { - "e18e/prefer-timer-args": { - "count": 1 - }, "react-hooks-extra/no-direct-set-state-in-use-effect": { "count": 2 }, @@ -2317,11 +1810,6 @@ "count": 1 } }, - "app/components/base/copy-feedback/__tests__/index.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 2 - } - }, "app/components/base/copy-feedback/index.tsx": { "no-restricted-imports": { "count": 1 @@ -2332,16 +1820,6 @@ "count": 1 } }, - "app/components/base/date-and-time-picker/calendar/__tests__/days-of-week.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 1 - } - }, - "app/components/base/date-and-time-picker/calendar/__tests__/index.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 2 - } - }, "app/components/base/date-and-time-picker/calendar/days-of-week.tsx": { "tailwindcss/enforce-consistent-class-order": { "count": 1 @@ -2357,24 +1835,6 @@ "count": 1 } }, - "app/components/base/date-and-time-picker/date-picker/__tests__/footer.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 5 - } - }, - "app/components/base/date-and-time-picker/date-picker/__tests__/header.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 1 - } - }, - "app/components/base/date-and-time-picker/date-picker/__tests__/index.spec.tsx": { - "e18e/prefer-array-at": { - "count": 2 - }, - "e18e/prefer-static-regex": { - "count": 33 - } - }, "app/components/base/date-and-time-picker/date-picker/footer.tsx": { "tailwindcss/enforce-consistent-class-order": { "count": 2 @@ -2390,21 +1850,6 @@ "count": 4 } }, - "app/components/base/date-and-time-picker/time-picker/__tests__/footer.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 4 - } - }, - "app/components/base/date-and-time-picker/time-picker/__tests__/header.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 2 - } - }, - "app/components/base/date-and-time-picker/time-picker/__tests__/index.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 22 - } - }, "app/components/base/date-and-time-picker/time-picker/header.tsx": { "tailwindcss/enforce-consistent-class-order": { "count": 1 @@ -2420,31 +1865,6 @@ "count": 3 } }, - "app/components/base/date-and-time-picker/utils/__tests__/dayjs.spec.ts": { - "e18e/prefer-static-regex": { - "count": 2 - } - }, - "app/components/base/date-and-time-picker/utils/dayjs.ts": { - "e18e/prefer-static-regex": { - "count": 1 - } - }, - "app/components/base/date-and-time-picker/year-and-month-picker/__tests__/footer.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 4 - } - }, - "app/components/base/date-and-time-picker/year-and-month-picker/__tests__/header.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 1 - } - }, - "app/components/base/date-and-time-picker/year-and-month-picker/__tests__/options.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 3 - } - }, "app/components/base/date-and-time-picker/year-and-month-picker/header.tsx": { "tailwindcss/enforce-consistent-class-order": { "count": 1 @@ -2465,11 +1885,6 @@ "count": 1 } }, - "app/components/base/drawer-plus/__tests__/index.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 1 - } - }, "app/components/base/drawer-plus/index.tsx": { "tailwindcss/enforce-consistent-class-order": { "count": 2 @@ -2480,36 +1895,16 @@ "count": 1 } }, - "app/components/base/emoji-picker/__tests__/Inner.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 3 - } - }, - "app/components/base/emoji-picker/__tests__/index.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 6 - } - }, "app/components/base/emoji-picker/index.tsx": { "no-restricted-imports": { "count": 1 } }, - "app/components/base/encrypted-bottom/__tests__/index.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 2 - } - }, "app/components/base/encrypted-bottom/index.tsx": { "tailwindcss/enforce-consistent-class-order": { "count": 1 } }, - "app/components/base/error-boundary/__tests__/index.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 1 - } - }, "app/components/base/error-boundary/index.tsx": { "react-refresh/only-export-components": { "count": 3 @@ -2523,56 +1918,6 @@ "count": 1 } }, - "app/components/base/features/new-feature-panel/__tests__/citation.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 2 - } - }, - "app/components/base/features/new-feature-panel/__tests__/feature-bar.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 16 - } - }, - "app/components/base/features/new-feature-panel/__tests__/feature-card.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 7 - } - }, - "app/components/base/features/new-feature-panel/__tests__/follow-up.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 2 - } - }, - "app/components/base/features/new-feature-panel/__tests__/index.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 23 - } - }, - "app/components/base/features/new-feature-panel/__tests__/more-like-this.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 3 - } - }, - "app/components/base/features/new-feature-panel/__tests__/speech-to-text.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 2 - } - }, - "app/components/base/features/new-feature-panel/annotation-reply/__tests__/config-param-modal.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 8 - } - }, - "app/components/base/features/new-feature-panel/annotation-reply/__tests__/config-param.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 2 - } - }, - "app/components/base/features/new-feature-panel/annotation-reply/__tests__/index.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 18 - } - }, "app/components/base/features/new-feature-panel/annotation-reply/annotation-ctrl-button.tsx": { "no-restricted-imports": { "count": 1 @@ -2595,9 +1940,6 @@ } }, "app/components/base/features/new-feature-panel/annotation-reply/index.tsx": { - "e18e/prefer-static-regex": { - "count": 1 - }, "tailwindcss/enforce-consistent-class-order": { "count": 5 }, @@ -2605,11 +1947,6 @@ "count": 3 } }, - "app/components/base/features/new-feature-panel/annotation-reply/score-slider/__tests__/index.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 2 - } - }, "app/components/base/features/new-feature-panel/annotation-reply/score-slider/base-slider/index.tsx": { "tailwindcss/enforce-consistent-class-order": { "count": 1 @@ -2628,16 +1965,6 @@ "count": 2 } }, - "app/components/base/features/new-feature-panel/conversation-opener/__tests__/index.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 17 - } - }, - "app/components/base/features/new-feature-panel/conversation-opener/__tests__/modal.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 18 - } - }, "app/components/base/features/new-feature-panel/conversation-opener/index.tsx": { "tailwindcss/enforce-consistent-class-order": { "count": 2 @@ -2670,21 +1997,6 @@ "count": 5 } }, - "app/components/base/features/new-feature-panel/file-upload/__tests__/index.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 19 - } - }, - "app/components/base/features/new-feature-panel/file-upload/__tests__/setting-content.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 8 - } - }, - "app/components/base/features/new-feature-panel/file-upload/__tests__/setting-modal.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 6 - } - }, "app/components/base/features/new-feature-panel/file-upload/index.tsx": { "tailwindcss/enforce-consistent-class-order": { "count": 5 @@ -2695,11 +2007,6 @@ "count": 1 } }, - "app/components/base/features/new-feature-panel/image-upload/__tests__/index.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 19 - } - }, "app/components/base/features/new-feature-panel/image-upload/index.tsx": { "tailwindcss/enforce-consistent-class-order": { "count": 5 @@ -2710,26 +2017,6 @@ "count": 3 } }, - "app/components/base/features/new-feature-panel/moderation/__tests__/form-generation.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 1 - } - }, - "app/components/base/features/new-feature-panel/moderation/__tests__/index.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 25 - } - }, - "app/components/base/features/new-feature-panel/moderation/__tests__/moderation-content.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 3 - } - }, - "app/components/base/features/new-feature-panel/moderation/__tests__/moderation-setting-modal.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 37 - } - }, "app/components/base/features/new-feature-panel/moderation/form-generation.tsx": { "no-restricted-imports": { "count": 1 @@ -2744,9 +2031,6 @@ } }, "app/components/base/features/new-feature-panel/moderation/moderation-setting-modal.tsx": { - "e18e/prefer-array-at": { - "count": 1 - }, "no-restricted-imports": { "count": 1 }, @@ -2754,30 +2038,12 @@ "count": 2 } }, - "app/components/base/features/new-feature-panel/text-to-speech/__tests__/index.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 7 - } - }, - "app/components/base/features/new-feature-panel/text-to-speech/__tests__/param-config-content.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 10 - } - }, - "app/components/base/features/new-feature-panel/text-to-speech/__tests__/voice-settings.spec.tsx": { - "e18e/prefer-static-regex": { - "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": { - "e18e/prefer-static-regex": { - "count": 1 - }, "no-restricted-imports": { "count": 2 } @@ -2797,26 +2063,11 @@ "count": 1 } }, - "app/components/base/file-uploader/__tests__/file-list-in-log.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 7 - } - }, - "app/components/base/file-uploader/__tests__/pdf-preview.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 2 - } - }, "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/__tests__/index.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 17 - } - }, "app/components/base/file-uploader/file-from-link-or-local/index.tsx": { "tailwindcss/enforce-consistent-class-order": { "count": 3 @@ -2836,36 +2087,11 @@ "count": 1 } }, - "app/components/base/file-uploader/file-uploader-in-attachment/__tests__/file-item.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 10 - } - }, - "app/components/base/file-uploader/file-uploader-in-attachment/__tests__/index.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 7 - } - }, "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/__tests__/file-image-item.spec.tsx": { - "e18e/prefer-spread-syntax": { - "count": 5 - } - }, - "app/components/base/file-uploader/file-uploader-in-chat-input/__tests__/file-item.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 12 - } - }, - "app/components/base/file-uploader/file-uploader-in-chat-input/__tests__/file-list.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 7 - } - }, "app/components/base/file-uploader/file-uploader-in-chat-input/file-image-item.tsx": { "tailwindcss/no-unnecessary-whitespace": { "count": 1 @@ -2887,22 +2113,11 @@ } }, "app/components/base/file-uploader/utils.ts": { - "e18e/prefer-array-at": { - "count": 1 - }, "ts/no-explicit-any": { "count": 3 } }, - "app/components/base/form/__tests__/index.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 1 - } - }, "app/components/base/form/components/base/base-field.tsx": { - "e18e/prefer-spread-syntax": { - "count": 1 - }, "no-restricted-imports": { "count": 2 }, @@ -2954,11 +2169,6 @@ "count": 3 } }, - "app/components/base/form/form-scenarios/base/__tests__/index.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 3 - } - }, "app/components/base/form/form-scenarios/base/field.tsx": { "ts/no-explicit-any": { "count": 1 @@ -2969,16 +2179,6 @@ "count": 3 } }, - "app/components/base/form/form-scenarios/demo/__tests__/contact-fields.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 4 - } - }, - "app/components/base/form/form-scenarios/demo/__tests__/index.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 14 - } - }, "app/components/base/form/form-scenarios/demo/contact-fields.tsx": { "tailwindcss/enforce-consistent-class-order": { "count": 1 @@ -3030,44 +2230,15 @@ } }, "app/components/base/ga/index.tsx": { - "e18e/prefer-static-regex": { - "count": 1 - }, "react-refresh/only-export-components": { "count": 1 } }, - "app/components/base/icons/icon-gallery.stories.tsx": { - "e18e/prefer-array-to-sorted": { - "count": 1 - }, - "e18e/prefer-static-regex": { - "count": 2 - } - }, "app/components/base/icons/utils.ts": { - "e18e/prefer-static-regex": { - "count": 3 - }, "ts/no-explicit-any": { "count": 3 } }, - "app/components/base/image-uploader/__tests__/chat-image-uploader.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 2 - } - }, - "app/components/base/image-uploader/__tests__/image-list.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 3 - } - }, - "app/components/base/image-uploader/__tests__/image-preview.spec.tsx": { - "e18e/prefer-object-has-own": { - "count": 1 - } - }, "app/components/base/image-uploader/hooks.ts": { "ts/no-explicit-any": { "count": 4 @@ -3106,11 +2277,6 @@ "count": 1 } }, - "app/components/base/input-number/__tests__/index.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 28 - } - }, "app/components/base/input-number/index.stories.tsx": { "no-console": { "count": 2 @@ -3124,15 +2290,7 @@ "count": 1 } }, - "app/components/base/input/__tests__/index.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 5 - } - }, "app/components/base/input/index.stories.tsx": { - "e18e/prefer-static-regex": { - "count": 1 - }, "no-console": { "count": 2 }, @@ -3141,9 +2299,6 @@ } }, "app/components/base/input/index.tsx": { - "e18e/prefer-static-regex": { - "count": 1 - }, "react-refresh/only-export-components": { "count": 1 } @@ -3161,46 +2316,11 @@ "count": 1 } }, - "app/components/base/logo/__tests__/dify-logo.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 8 - } - }, - "app/components/base/logo/__tests__/logo-embedded-chat-avatar.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 3 - } - }, - "app/components/base/logo/__tests__/logo-embedded-chat-header.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 2 - } - }, - "app/components/base/logo/__tests__/logo-site.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 2 - } - }, "app/components/base/logo/dify-logo.tsx": { "react-refresh/only-export-components": { "count": 2 } }, - "app/components/base/markdown-blocks/__tests__/code-block.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 12 - } - }, - "app/components/base/markdown-blocks/__tests__/music.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 2 - } - }, - "app/components/base/markdown-blocks/__tests__/think-block.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 13 - } - }, "app/components/base/markdown-blocks/audio-block.tsx": { "ts/no-explicit-any": { "count": 5 @@ -3212,9 +2332,6 @@ } }, "app/components/base/markdown-blocks/code-block.tsx": { - "e18e/prefer-static-regex": { - "count": 4 - }, "react-hooks-extra/no-direct-set-state-in-use-effect": { "count": 7 }, @@ -3223,9 +2340,6 @@ } }, "app/components/base/markdown-blocks/link.tsx": { - "e18e/prefer-static-regex": { - "count": 1 - }, "ts/no-explicit-any": { "count": 1 } @@ -3253,48 +2367,22 @@ "count": 4 } }, - "app/components/base/markdown-blocks/utils.ts": { - "e18e/prefer-static-regex": { - "count": 1 - } - }, "app/components/base/markdown-blocks/video-block.tsx": { "ts/no-explicit-any": { "count": 5 } }, - "app/components/base/markdown/__tests__/error-boundary.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 1 - } - }, - "app/components/base/markdown/__tests__/index.spec.tsx": { - "e18e/prefer-array-at": { - "count": 1 - } - }, - "app/components/base/markdown/__tests__/markdown-utils.spec.ts": { - "e18e/prefer-static-regex": { - "count": 2 - } - }, "app/components/base/markdown/error-boundary.tsx": { "ts/no-explicit-any": { "count": 3 } }, "app/components/base/markdown/markdown-utils.ts": { - "e18e/prefer-static-regex": { - "count": 11 - }, "regexp/no-unused-capturing-group": { "count": 1 } }, "app/components/base/mermaid/index.tsx": { - "e18e/prefer-static-regex": { - "count": 3 - }, "react-hooks-extra/no-direct-set-state-in-use-effect": { "count": 7 }, @@ -3306,9 +2394,6 @@ } }, "app/components/base/mermaid/utils.ts": { - "e18e/prefer-static-regex": { - "count": 26 - }, "regexp/no-unused-capturing-group": { "count": 1 }, @@ -3316,11 +2401,6 @@ "count": 4 } }, - "app/components/base/message-log-modal/__tests__/index.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 1 - } - }, "app/components/base/message-log-modal/index.stories.tsx": { "no-console": { "count": 1 @@ -3342,11 +2422,6 @@ "count": 3 } }, - "app/components/base/modal/__tests__/modal.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 5 - } - }, "app/components/base/modal/index.stories.tsx": { "react-hooks-extra/no-direct-set-state-in-use-effect": { "count": 1 @@ -3360,15 +2435,7 @@ "count": 1 } }, - "app/components/base/new-audio-button/__tests__/index.spec.tsx": { - "e18e/prefer-array-at": { - "count": 1 - } - }, "app/components/base/new-audio-button/index.tsx": { - "e18e/prefer-timer-args": { - "count": 2 - }, "no-restricted-imports": { "count": 1 }, @@ -3381,11 +2448,6 @@ "count": 1 } }, - "app/components/base/notion-connector/__tests__/index.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 2 - } - }, "app/components/base/notion-connector/index.stories.tsx": { "no-console": { "count": 1 @@ -3397,39 +2459,15 @@ } }, "app/components/base/notion-page-selector/base.tsx": { - "e18e/prefer-spread-syntax": { - "count": 3 - }, "react-hooks-extra/no-direct-set-state-in-use-effect": { "count": 2 } }, "app/components/base/notion-page-selector/page-selector/index.tsx": { - "e18e/prefer-spread-syntax": { - "count": 2 - }, "react-hooks-extra/no-direct-set-state-in-use-effect": { "count": 1 } }, - "app/components/base/pagination/__tests__/index.spec.tsx": { - "e18e/prefer-array-at": { - "count": 3 - }, - "e18e/prefer-static-regex": { - "count": 1 - } - }, - "app/components/base/pagination/__tests__/pagination.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 16 - } - }, - "app/components/base/pagination/hook.ts": { - "e18e/prefer-array-at": { - "count": 3 - } - }, "app/components/base/pagination/index.tsx": { "tailwindcss/enforce-consistent-class-order": { "count": 8 @@ -3443,21 +2481,6 @@ "count": 1 } }, - "app/components/base/param-item/__tests__/index.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 1 - } - }, - "app/components/base/param-item/__tests__/score-threshold-item.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 2 - } - }, - "app/components/base/param-item/__tests__/top-k-item.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 2 - } - }, "app/components/base/param-item/index.tsx": { "no-restricted-imports": { "count": 1 @@ -3474,16 +2497,6 @@ "count": 1 } }, - "app/components/base/progress-bar/__tests__/progress-circle.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 2 - } - }, - "app/components/base/prompt-editor/constants.tsx": { - "e18e/prefer-static-regex": { - "count": 2 - } - }, "app/components/base/prompt-editor/index.stories.tsx": { "no-console": { "count": 1 @@ -3497,19 +2510,6 @@ "count": 4 } }, - "app/components/base/prompt-editor/plugins/component-picker-block/__tests__/hooks.spec.tsx": { - "e18e/prefer-array-at": { - "count": 5 - } - }, - "app/components/base/prompt-editor/plugins/component-picker-block/__tests__/index.spec.tsx": { - "e18e/prefer-spread-syntax": { - "count": 1 - }, - "e18e/prefer-static-regex": { - "count": 1 - } - }, "app/components/base/prompt-editor/plugins/component-picker-block/index.tsx": { "ts/no-explicit-any": { "count": 1 @@ -3520,11 +2520,6 @@ "count": 2 } }, - "app/components/base/prompt-editor/plugins/context-block/__tests__/component.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 1 - } - }, "app/components/base/prompt-editor/plugins/context-block/component.tsx": { "ts/no-explicit-any": { "count": 1 @@ -3570,15 +2565,7 @@ "count": 2 } }, - "app/components/base/prompt-editor/plugins/hitl-input-block/__tests__/input-field.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 8 - } - }, "app/components/base/prompt-editor/plugins/hitl-input-block/hitl-input-block-replacement-block.tsx": { - "e18e/prefer-static-regex": { - "count": 1 - }, "ts/no-explicit-any": { "count": 1 } @@ -3589,9 +2576,6 @@ } }, "app/components/base/prompt-editor/plugins/hitl-input-block/input-field.tsx": { - "e18e/prefer-static-regex": { - "count": 1 - }, "tailwindcss/enforce-consistent-class-order": { "count": 7 }, @@ -3640,9 +2624,6 @@ } }, "app/components/base/prompt-editor/plugins/shortcuts-popup-plugin/index.tsx": { - "e18e/prefer-array-at": { - "count": 1 - }, "ts/no-explicit-any": { "count": 2 } @@ -3707,11 +2688,6 @@ "count": 2 } }, - "app/components/base/radio/component/radio/__tests__/index.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 1 - } - }, "app/components/base/radio/context/index.ts": { "ts/no-explicit-any": { "count": 1 @@ -3722,11 +2698,6 @@ "count": 1 } }, - "app/components/base/search-input/__tests__/index.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 2 - } - }, "app/components/base/search-input/index.stories.tsx": { "no-console": { "count": 3 @@ -3745,31 +2716,6 @@ "count": 1 } }, - "app/components/base/select/__tests__/custom.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 5 - } - }, - "app/components/base/select/__tests__/index.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 5 - } - }, - "app/components/base/select/__tests__/locale-signin.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 4 - } - }, - "app/components/base/select/__tests__/locale.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 4 - } - }, - "app/components/base/select/__tests__/pure.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 8 - } - }, "app/components/base/select/custom.tsx": { "tailwindcss/enforce-consistent-class-order": { "count": 2 @@ -3817,11 +2763,6 @@ "count": 1 } }, - "app/components/base/sort/__tests__/index.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 1 - } - }, "app/components/base/sort/index.tsx": { "tailwindcss/enforce-consistent-class-order": { "count": 3 @@ -3830,21 +2771,11 @@ "count": 2 } }, - "app/components/base/svg-gallery/__tests__/index.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 1 - } - }, "app/components/base/svg-gallery/index.tsx": { "node/prefer-global/buffer": { "count": 1 } }, - "app/components/base/svg/__tests__/index.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 2 - } - }, "app/components/base/switch/index.stories.tsx": { "no-console": { "count": 1 @@ -3866,31 +2797,6 @@ "count": 1 } }, - "app/components/base/tag-input/index.tsx": { - "e18e/prefer-array-some": { - "count": 1 - } - }, - "app/components/base/tag-management/__tests__/filter.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 1 - } - }, - "app/components/base/tag-management/__tests__/panel.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 1 - } - }, - "app/components/base/tag-management/__tests__/selector.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 2 - } - }, - "app/components/base/tag-management/__tests__/trigger.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 2 - } - }, "app/components/base/tag-management/index.tsx": { "no-restricted-imports": { "count": 1 @@ -3916,16 +2822,6 @@ "count": 1 } }, - "app/components/base/tag/__tests__/index.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 2 - } - }, - "app/components/base/text-generation/__tests__/hooks.spec.ts": { - "e18e/prefer-array-at": { - "count": 1 - } - }, "app/components/base/text-generation/hooks.ts": { "ts/no-explicit-any": { "count": 1 @@ -3944,29 +2840,11 @@ "count": 1 } }, - "app/components/base/timezone-label/__tests__/index.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 1 - } - }, - "app/components/base/ui/select/__tests__/index.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 5 - } - }, "app/components/base/video-gallery/VideoPlayer.tsx": { - "e18e/prefer-timer-args": { - "count": 1 - }, "react-hooks-extra/no-direct-set-state-in-use-effect": { "count": 1 } }, - "app/components/base/voice-input/__tests__/index.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 1 - } - }, "app/components/base/voice-input/index.stories.tsx": { "no-console": { "count": 2 @@ -3995,11 +2873,6 @@ "count": 4 } }, - "app/components/billing/__tests__/config.spec.ts": { - "e18e/prefer-static-regex": { - "count": 3 - } - }, "app/components/billing/annotation-full/modal.tsx": { "no-restricted-imports": { "count": 1 @@ -4010,11 +2883,6 @@ "count": 5 } }, - "app/components/billing/billing-page/__tests__/index.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 7 - } - }, "app/components/billing/billing-page/index.tsx": { "tailwindcss/enforce-consistent-class-order": { "count": 3 @@ -4028,39 +2896,6 @@ "count": 1 } }, - "app/components/billing/plan/__tests__/index.spec.tsx": { - "e18e/prefer-array-at": { - "count": 1 - } - }, - "app/components/billing/plan/assets/__tests__/enterprise.spec.tsx": { - "e18e/prefer-spread-syntax": { - "count": 1 - }, - "e18e/prefer-static-regex": { - "count": 1 - } - }, - "app/components/billing/plan/assets/__tests__/index.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 1 - } - }, - "app/components/billing/plan/assets/__tests__/professional.spec.tsx": { - "e18e/prefer-spread-syntax": { - "count": 1 - } - }, - "app/components/billing/plan/assets/__tests__/sandbox.spec.tsx": { - "e18e/prefer-spread-syntax": { - "count": 1 - } - }, - "app/components/billing/plan/assets/__tests__/team.spec.tsx": { - "e18e/prefer-spread-syntax": { - "count": 1 - } - }, "app/components/billing/plan/index.tsx": { "tailwindcss/enforce-consistent-class-order": { "count": 2 @@ -4069,11 +2904,6 @@ "count": 2 } }, - "app/components/billing/pricing/assets/__tests__/index.spec.tsx": { - "e18e/prefer-spread-syntax": { - "count": 4 - } - }, "app/components/billing/pricing/header.tsx": { "tailwindcss/enforce-consistent-class-order": { "count": 1 @@ -4084,11 +2914,6 @@ "count": 1 } }, - "app/components/billing/pricing/plan-switcher/__tests__/plan-range-switcher.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 2 - } - }, "app/components/billing/pricing/plan-switcher/plan-range-switcher.tsx": { "react-refresh/only-export-components": { "count": 1 @@ -4099,16 +2924,6 @@ "count": 1 } }, - "app/components/billing/pricing/plans/cloud-plan-item/__tests__/button.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 2 - } - }, - "app/components/billing/pricing/plans/cloud-plan-item/__tests__/index.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 2 - } - }, "app/components/billing/pricing/plans/cloud-plan-item/button.tsx": { "tailwindcss/enforce-consistent-class-order": { "count": 1 @@ -4129,11 +2944,6 @@ "count": 1 } }, - "app/components/billing/pricing/plans/self-hosted-plan-item/__tests__/index.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 2 - } - }, "app/components/billing/pricing/plans/self-hosted-plan-item/button.tsx": { "tailwindcss/enforce-consistent-class-order": { "count": 1 @@ -4165,26 +2975,11 @@ "count": 1 } }, - "app/components/billing/upgrade-btn/__tests__/index.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 34 - } - }, "app/components/billing/upgrade-btn/index.tsx": { "ts/no-explicit-any": { "count": 3 } }, - "app/components/billing/usage-info/__tests__/index.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 3 - } - }, - "app/components/billing/usage-info/__tests__/vector-space-info.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 5 - } - }, "app/components/billing/usage-info/index.tsx": { "no-restricted-imports": { "count": 1 @@ -4193,11 +2988,6 @@ "count": 8 } }, - "app/components/billing/utils/index.ts": { - "e18e/prefer-static-regex": { - "count": 1 - } - }, "app/components/custom/custom-page/index.tsx": { "tailwindcss/enforce-consistent-class-order": { "count": 1 @@ -4208,36 +2998,11 @@ "count": 2 } }, - "app/components/datasets/__tests__/chunk.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 2 - } - }, "app/components/datasets/chunk.tsx": { "tailwindcss/enforce-consistent-class-order": { "count": 3 } }, - "app/components/datasets/common/__tests__/chunking-mode-label.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 7 - } - }, - "app/components/datasets/common/__tests__/credential-icon.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 4 - } - }, - "app/components/datasets/common/document-picker/__tests__/index.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 7 - } - }, - "app/components/datasets/common/document-picker/__tests__/preview-document-picker.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 2 - } - }, "app/components/datasets/common/document-picker/index.tsx": { "no-restricted-imports": { "count": 1 @@ -4254,34 +3019,11 @@ "count": 2 } }, - "app/components/datasets/common/document-status-with-action/__tests__/auto-disabled-document.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 6 - } - }, - "app/components/datasets/common/document-status-with-action/__tests__/index-failed.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 12 - } - }, - "app/components/datasets/common/image-list/__tests__/index.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 8 - } - }, "app/components/datasets/common/image-list/more.tsx": { "tailwindcss/enforce-consistent-class-order": { "count": 1 } }, - "app/components/datasets/common/image-previewer/__tests__/index.spec.tsx": { - "e18e/prefer-spread-syntax": { - "count": 9 - }, - "e18e/prefer-static-regex": { - "count": 4 - } - }, "app/components/datasets/common/image-previewer/index.tsx": { "no-irregular-whitespace": { "count": 1 @@ -4291,18 +3033,10 @@ } }, "app/components/datasets/common/image-uploader/hooks/use-upload.ts": { - "e18e/prefer-spread-syntax": { - "count": 2 - }, "ts/no-explicit-any": { "count": 3 } }, - "app/components/datasets/common/image-uploader/image-uploader-in-chunk/__tests__/image-input.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 2 - } - }, "app/components/datasets/common/image-uploader/image-uploader-in-chunk/image-input.tsx": { "tailwindcss/enforce-consistent-class-order": { "count": 1 @@ -4321,11 +3055,6 @@ "count": 4 } }, - "app/components/datasets/common/image-uploader/utils.ts": { - "e18e/prefer-array-at": { - "count": 1 - } - }, "app/components/datasets/common/retrieval-method-info/index.tsx": { "react-refresh/only-export-components": { "count": 1 @@ -4339,41 +3068,6 @@ "count": 3 } }, - "app/components/datasets/create-from-pipeline/__tests__/footer.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 9 - } - }, - "app/components/datasets/create-from-pipeline/__tests__/header.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 2 - } - }, - "app/components/datasets/create-from-pipeline/__tests__/index.spec.tsx": { - "e18e/prefer-spread-syntax": { - "count": 1 - } - }, - "app/components/datasets/create-from-pipeline/create-options/create-from-dsl-modal/__tests__/dsl-confirm-modal.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 16 - } - }, - "app/components/datasets/create-from-pipeline/create-options/create-from-dsl-modal/__tests__/header.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 3 - } - }, - "app/components/datasets/create-from-pipeline/create-options/create-from-dsl-modal/__tests__/index.spec.tsx": { - "e18e/prefer-array-at": { - "count": 1 - } - }, - "app/components/datasets/create-from-pipeline/create-options/create-from-dsl-modal/__tests__/uploader.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 5 - } - }, "app/components/datasets/create-from-pipeline/create-options/create-from-dsl-modal/dsl-confirm-modal.tsx": { "no-restricted-imports": { "count": 1 @@ -4395,11 +3089,6 @@ "count": 1 } }, - "app/components/datasets/create-from-pipeline/create-options/create-from-dsl-modal/tab/__tests__/index.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 6 - } - }, "app/components/datasets/create-from-pipeline/create-options/create-from-dsl-modal/tab/index.tsx": { "tailwindcss/enforce-consistent-class-order": { "count": 1 @@ -4410,11 +3099,6 @@ "count": 1 } }, - "app/components/datasets/create-from-pipeline/create-options/create-from-dsl-modal/uploader.tsx": { - "e18e/prefer-spread-syntax": { - "count": 1 - } - }, "app/components/datasets/create-from-pipeline/footer.tsx": { "tailwindcss/enforce-consistent-class-order": { "count": 1 @@ -4428,21 +3112,6 @@ "count": 1 } }, - "app/components/datasets/create-from-pipeline/list/__tests__/create-card.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 9 - } - }, - "app/components/datasets/create-from-pipeline/list/__tests__/customized-list.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 1 - } - }, - "app/components/datasets/create-from-pipeline/list/__tests__/index.spec.tsx": { - "e18e/prefer-spread-syntax": { - "count": 1 - } - }, "app/components/datasets/create-from-pipeline/list/create-card.tsx": { "tailwindcss/enforce-consistent-class-order": { "count": 2 @@ -4453,26 +3122,6 @@ "count": 1 } }, - "app/components/datasets/create-from-pipeline/list/template-card/__tests__/actions.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 8 - } - }, - "app/components/datasets/create-from-pipeline/list/template-card/__tests__/content.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 4 - } - }, - "app/components/datasets/create-from-pipeline/list/template-card/__tests__/edit-pipeline-info.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 21 - } - }, - "app/components/datasets/create-from-pipeline/list/template-card/__tests__/operations.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 13 - } - }, "app/components/datasets/create-from-pipeline/list/template-card/actions.tsx": { "no-restricted-imports": { "count": 1 @@ -4483,11 +3132,6 @@ "count": 3 } }, - "app/components/datasets/create-from-pipeline/list/template-card/details/__tests__/index.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 9 - } - }, "app/components/datasets/create-from-pipeline/list/template-card/details/chunk-structure-card.tsx": { "tailwindcss/enforce-consistent-class-order": { "count": 2 @@ -4516,16 +3160,6 @@ "count": 3 } }, - "app/components/datasets/create/embedding-process/__tests__/index.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 28 - } - }, - "app/components/datasets/create/embedding-process/__tests__/indexing-progress-item.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 1 - } - }, "app/components/datasets/create/embedding-process/index.tsx": { "tailwindcss/enforce-consistent-class-order": { "count": 1 @@ -4544,57 +3178,16 @@ "count": 1 } }, - "app/components/datasets/create/file-preview/__tests__/index.spec.tsx": { - "e18e/prefer-timer-args": { - "count": 2 - } - }, "app/components/datasets/create/file-preview/index.tsx": { "react-hooks-extra/no-direct-set-state-in-use-effect": { "count": 1 } }, - "app/components/datasets/create/file-uploader/__tests__/index.spec.tsx": { - "e18e/prefer-array-at": { - "count": 1 - }, - "e18e/prefer-static-regex": { - "count": 4 - } - }, - "app/components/datasets/create/file-uploader/components/__tests__/upload-dropzone.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 3 - } - }, - "app/components/datasets/create/file-uploader/hooks/use-file-upload.ts": { - "e18e/prefer-array-from-map": { - "count": 1 - }, - "e18e/prefer-spread-syntax": { - "count": 2 - } - }, - "app/components/datasets/create/notion-page-preview/__tests__/index.spec.tsx": { - "e18e/prefer-timer-args": { - "count": 2 - } - }, "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/__tests__/index.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 13 - } - }, - "app/components/datasets/create/step-one/__tests__/upgrade-card.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 4 - } - }, "app/components/datasets/create/step-one/index.tsx": { "tailwindcss/enforce-consistent-class-order": { "count": 1 @@ -4608,21 +3201,11 @@ "count": 1 } }, - "app/components/datasets/create/step-three/__tests__/index.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 2 - } - }, "app/components/datasets/create/step-three/index.tsx": { "tailwindcss/enforce-consistent-class-order": { "count": 7 } }, - "app/components/datasets/create/step-two/__tests__/index.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 39 - } - }, "app/components/datasets/create/step-two/components/general-chunking-options.tsx": { "no-restricted-imports": { "count": 1 @@ -4667,11 +3250,6 @@ "count": 1 } }, - "app/components/datasets/create/step-two/language-select/__tests__/index.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 1 - } - }, "app/components/datasets/create/step-two/language-select/index.tsx": { "no-restricted-imports": { "count": 1 @@ -4680,14 +3258,6 @@ "count": 2 } }, - "app/components/datasets/create/step-two/preview-item/__tests__/index.spec.tsx": { - "e18e/prefer-spread-syntax": { - "count": 2 - }, - "e18e/prefer-static-regex": { - "count": 16 - } - }, "app/components/datasets/create/step-two/preview-item/index.tsx": { "react-refresh/only-export-components": { "count": 1 @@ -4698,11 +3268,6 @@ "count": 2 } }, - "app/components/datasets/create/stop-embedding-modal/__tests__/index.spec.tsx": { - "e18e/prefer-spread-syntax": { - "count": 2 - } - }, "app/components/datasets/create/stop-embedding-modal/index.tsx": { "no-restricted-imports": { "count": 1 @@ -4713,41 +3278,6 @@ "count": 1 } }, - "app/components/datasets/create/website/__tests__/base.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 1 - } - }, - "app/components/datasets/create/website/__tests__/index.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 8 - } - }, - "app/components/datasets/create/website/__tests__/no-data.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 11 - } - }, - "app/components/datasets/create/website/__tests__/preview.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 4 - } - }, - "app/components/datasets/create/website/base/__tests__/crawled-result.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 3 - } - }, - "app/components/datasets/create/website/base/__tests__/crawling.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 2 - } - }, - "app/components/datasets/create/website/base/__tests__/url-input.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 13 - } - }, "app/components/datasets/create/website/base/checkbox-with-label.tsx": { "no-restricted-imports": { "count": 1 @@ -4773,16 +3303,6 @@ "count": 1 } }, - "app/components/datasets/create/website/firecrawl/__tests__/index.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 37 - } - }, - "app/components/datasets/create/website/firecrawl/__tests__/options.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 11 - } - }, "app/components/datasets/create/website/firecrawl/index.tsx": { "no-console": { "count": 1 @@ -4807,26 +3327,6 @@ "count": 7 } }, - "app/components/datasets/create/website/jina-reader/__tests__/base.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 11 - } - }, - "app/components/datasets/create/website/jina-reader/__tests__/index.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 68 - } - }, - "app/components/datasets/create/website/jina-reader/__tests__/options.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 3 - } - }, - "app/components/datasets/create/website/jina-reader/base/__tests__/url-input.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 9 - } - }, "app/components/datasets/create/website/jina-reader/index.tsx": { "no-console": { "count": 1 @@ -4856,16 +3356,6 @@ "count": 2 } }, - "app/components/datasets/create/website/watercrawl/__tests__/index.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 63 - } - }, - "app/components/datasets/create/website/watercrawl/__tests__/options.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 6 - } - }, "app/components/datasets/create/website/watercrawl/index.tsx": { "no-console": { "count": 1 @@ -4885,36 +3375,6 @@ "count": 1 } }, - "app/components/datasets/documents/components/__tests__/documents-header.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 15 - } - }, - "app/components/datasets/documents/components/__tests__/empty-element.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 7 - } - }, - "app/components/datasets/documents/components/__tests__/list.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 1 - } - }, - "app/components/datasets/documents/components/__tests__/rename-modal.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 10 - } - }, - "app/components/datasets/documents/components/document-list/__tests__/index.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 2 - } - }, - "app/components/datasets/documents/components/document-list/components/document-source-icon.tsx": { - "e18e/prefer-array-at": { - "count": 1 - } - }, "app/components/datasets/documents/components/document-list/components/document-table-row.tsx": { "no-restricted-imports": { "count": 1 @@ -4935,16 +3395,6 @@ "count": 1 } }, - "app/components/datasets/documents/create-from-pipeline/__tests__/index.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 2 - } - }, - "app/components/datasets/documents/create-from-pipeline/actions/__tests__/index.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 11 - } - }, "app/components/datasets/documents/create-from-pipeline/actions/index.tsx": { "tailwindcss/enforce-consistent-class-order": { "count": 2 @@ -4955,11 +3405,6 @@ "count": 1 } }, - "app/components/datasets/documents/create-from-pipeline/data-source/base/credential-selector/__tests__/index.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 3 - } - }, "app/components/datasets/documents/create-from-pipeline/data-source/base/credential-selector/index.tsx": { "no-restricted-imports": { "count": 1 @@ -4983,31 +3428,12 @@ "count": 1 } }, - "app/components/datasets/documents/create-from-pipeline/data-source/local-file/components/__tests__/upload-dropzone.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 3 - } - }, - "app/components/datasets/documents/create-from-pipeline/data-source/local-file/hooks/__tests__/use-local-file-upload.spec.tsx": { - "e18e/prefer-array-at": { - "count": 2 - }, - "e18e/prefer-static-regex": { - "count": 1 - } - }, "app/components/datasets/documents/create-from-pipeline/data-source/online-documents/index.tsx": { - "e18e/prefer-spread-syntax": { - "count": 2 - }, "ts/no-explicit-any": { "count": 1 } }, "app/components/datasets/documents/create-from-pipeline/data-source/online-documents/page-selector/index.tsx": { - "e18e/prefer-spread-syntax": { - "count": 2 - }, "react-hooks-extra/no-direct-set-state-in-use-effect": { "count": 1 } @@ -5017,26 +3443,11 @@ "count": 1 } }, - "app/components/datasets/documents/create-from-pipeline/data-source/online-drive/connect/__tests__/index.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 7 - } - }, "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/__tests__/index.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 1 - } - }, - "app/components/datasets/documents/create-from-pipeline/data-source/online-drive/file-list/header/breadcrumbs/__tests__/index.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 10 - } - }, "app/components/datasets/documents/create-from-pipeline/data-source/online-drive/file-list/header/breadcrumbs/bucket.tsx": { "no-restricted-imports": { "count": 1 @@ -5064,9 +3475,6 @@ } }, "app/components/datasets/documents/create-from-pipeline/data-source/online-drive/file-list/header/breadcrumbs/index.tsx": { - "e18e/prefer-array-at": { - "count": 2 - }, "tailwindcss/enforce-consistent-class-order": { "count": 2 } @@ -5076,11 +3484,6 @@ "count": 3 } }, - "app/components/datasets/documents/create-from-pipeline/data-source/online-drive/file-list/list/__tests__/index.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 5 - } - }, "app/components/datasets/documents/create-from-pipeline/data-source/online-drive/file-list/list/empty-folder.tsx": { "tailwindcss/enforce-consistent-class-order": { "count": 1 @@ -5099,20 +3502,12 @@ "count": 2 } }, - "app/components/datasets/documents/create-from-pipeline/data-source/online-drive/file-list/list/utils.ts": { - "e18e/prefer-array-at": { - "count": 1 - } - }, "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.tsx": { - "e18e/prefer-array-at": { - "count": 1 - }, "react-hooks-extra/no-direct-set-state-in-use-effect": { "count": 5 } @@ -5132,21 +3527,6 @@ "count": 4 } }, - "app/components/datasets/documents/create-from-pipeline/data-source/website-crawl/base/__tests__/crawled-result.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 3 - } - }, - "app/components/datasets/documents/create-from-pipeline/data-source/website-crawl/base/__tests__/crawling.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 3 - } - }, - "app/components/datasets/documents/create-from-pipeline/data-source/website-crawl/base/__tests__/index.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 11 - } - }, "app/components/datasets/documents/create-from-pipeline/data-source/website-crawl/base/checkbox-with-label.tsx": { "no-restricted-imports": { "count": 1 @@ -5175,11 +3555,6 @@ "count": 2 } }, - "app/components/datasets/documents/create-from-pipeline/data-source/website-crawl/base/options/__tests__/index.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 12 - } - }, "app/components/datasets/documents/create-from-pipeline/data-source/website-crawl/base/options/index.tsx": { "tailwindcss/enforce-consistent-class-order": { "count": 1 @@ -5193,11 +3568,6 @@ "count": 2 } }, - "app/components/datasets/documents/create-from-pipeline/hooks/use-datasource-actions.ts": { - "e18e/prefer-spread-syntax": { - "count": 1 - } - }, "app/components/datasets/documents/create-from-pipeline/left-header.tsx": { "tailwindcss/enforce-consistent-class-order": { "count": 3 @@ -5206,26 +3576,6 @@ "count": 1 } }, - "app/components/datasets/documents/create-from-pipeline/preview/__tests__/chunk-preview.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 4 - } - }, - "app/components/datasets/documents/create-from-pipeline/preview/__tests__/file-preview.spec.tsx": { - "e18e/prefer-array-at": { - "count": 1 - } - }, - "app/components/datasets/documents/create-from-pipeline/preview/__tests__/online-document-preview.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 3 - } - }, - "app/components/datasets/documents/create-from-pipeline/preview/__tests__/web-preview.spec.tsx": { - "e18e/prefer-array-at": { - "count": 1 - } - }, "app/components/datasets/documents/create-from-pipeline/preview/file-preview.tsx": { "tailwindcss/enforce-consistent-class-order": { "count": 4 @@ -5244,16 +3594,6 @@ "count": 1 } }, - "app/components/datasets/documents/create-from-pipeline/process-documents/__tests__/components.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 36 - } - }, - "app/components/datasets/documents/create-from-pipeline/process-documents/__tests__/index.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 14 - } - }, "app/components/datasets/documents/create-from-pipeline/process-documents/form.tsx": { "ts/no-explicit-any": { "count": 3 @@ -5269,11 +3609,6 @@ "count": 2 } }, - "app/components/datasets/documents/create-from-pipeline/processing/embedding-process/__tests__/index.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 1 - } - }, "app/components/datasets/documents/create-from-pipeline/processing/embedding-process/index.tsx": { "no-restricted-imports": { "count": 1 @@ -5287,46 +3622,7 @@ "count": 3 } }, - "app/components/datasets/documents/create-from-pipeline/steps/__tests__/preview-panel.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 1 - } - }, - "app/components/datasets/documents/create-from-pipeline/steps/__tests__/step-one-content.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 7 - } - }, - "app/components/datasets/documents/detail/__tests__/new-segment.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 2 - } - }, - "app/components/datasets/documents/detail/batch-modal/__tests__/csv-downloader.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 8 - } - }, - "app/components/datasets/documents/detail/batch-modal/__tests__/csv-uploader.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 5 - } - }, - "app/components/datasets/documents/detail/batch-modal/__tests__/index.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 12 - } - }, "app/components/datasets/documents/detail/batch-modal/csv-uploader.tsx": { - "e18e/prefer-array-at": { - "count": 1 - }, - "e18e/prefer-spread-syntax": { - "count": 2 - }, - "e18e/prefer-static-regex": { - "count": 1 - }, "tailwindcss/no-unnecessary-whitespace": { "count": 1 } @@ -5339,26 +3635,6 @@ "count": 1 } }, - "app/components/datasets/documents/detail/completed/__tests__/child-segment-detail.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 3 - } - }, - "app/components/datasets/documents/detail/completed/__tests__/child-segment-list.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 7 - } - }, - "app/components/datasets/documents/detail/completed/__tests__/new-child-segment.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 1 - } - }, - "app/components/datasets/documents/detail/completed/__tests__/segment-detail.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 3 - } - }, "app/components/datasets/documents/detail/completed/child-segment-detail.tsx": { "tailwindcss/enforce-consistent-class-order": { "count": 3 @@ -5369,49 +3645,6 @@ "count": 2 } }, - "app/components/datasets/documents/detail/completed/common/__tests__/action-buttons.spec.tsx": { - "e18e/prefer-array-at": { - "count": 2 - }, - "e18e/prefer-static-regex": { - "count": 13 - } - }, - "app/components/datasets/documents/detail/completed/common/__tests__/add-another.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 1 - } - }, - "app/components/datasets/documents/detail/completed/common/__tests__/batch-action.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 20 - } - }, - "app/components/datasets/documents/detail/completed/common/__tests__/empty.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 1 - } - }, - "app/components/datasets/documents/detail/completed/common/__tests__/keywords.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 1 - } - }, - "app/components/datasets/documents/detail/completed/common/__tests__/regeneration-modal.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 21 - } - }, - "app/components/datasets/documents/detail/completed/common/__tests__/segment-index-tag.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 1 - } - }, - "app/components/datasets/documents/detail/completed/common/__tests__/summary.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 13 - } - }, "app/components/datasets/documents/detail/completed/common/action-buttons.tsx": { "tailwindcss/enforce-consistent-class-order": { "count": 2 @@ -5443,11 +3676,6 @@ "count": 1 } }, - "app/components/datasets/documents/detail/completed/common/drawer.tsx": { - "e18e/prefer-spread-syntax": { - "count": 1 - } - }, "app/components/datasets/documents/detail/completed/common/empty.tsx": { "tailwindcss/enforce-consistent-class-order": { "count": 2 @@ -5486,11 +3714,6 @@ "count": 2 } }, - "app/components/datasets/documents/detail/completed/components/__tests__/menu-bar.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 1 - } - }, "app/components/datasets/documents/detail/completed/components/menu-bar.tsx": { "no-restricted-imports": { "count": 2 @@ -5522,11 +3745,6 @@ "count": 1 } }, - "app/components/datasets/documents/detail/completed/segment-card/__tests__/index.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 12 - } - }, "app/components/datasets/documents/detail/completed/segment-card/chunk-content.tsx": { "tailwindcss/enforce-consistent-class-order": { "count": 2 @@ -5545,11 +3763,6 @@ "count": 2 } }, - "app/components/datasets/documents/detail/completed/segment-list.tsx": { - "e18e/prefer-array-at": { - "count": 1 - } - }, "app/components/datasets/documents/detail/completed/skeleton/parent-chunk-card-skeleton.tsx": { "tailwindcss/enforce-consistent-class-order": { "count": 1 @@ -5565,26 +3778,6 @@ "count": 1 } }, - "app/components/datasets/documents/detail/embedding/__tests__/index.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 16 - } - }, - "app/components/datasets/documents/detail/embedding/components/__tests__/rule-detail.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 20 - } - }, - "app/components/datasets/documents/detail/embedding/components/__tests__/segment-progress.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 13 - } - }, - "app/components/datasets/documents/detail/embedding/components/__tests__/status-header.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 8 - } - }, "app/components/datasets/documents/detail/embedding/components/segment-progress.tsx": { "tailwindcss/enforce-consistent-class-order": { "count": 1 @@ -5595,21 +3788,6 @@ "count": 3 } }, - "app/components/datasets/documents/detail/index.tsx": { - "e18e/prefer-timer-args": { - "count": 1 - } - }, - "app/components/datasets/documents/detail/metadata/__tests__/index.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 44 - } - }, - "app/components/datasets/documents/detail/metadata/components/__tests__/doc-type-selector.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 13 - } - }, "app/components/datasets/documents/detail/metadata/components/doc-type-selector.tsx": { "no-restricted-imports": { "count": 1 @@ -5628,11 +3806,6 @@ "count": 1 } }, - "app/components/datasets/documents/detail/segment-add/__tests__/index.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 20 - } - }, "app/components/datasets/documents/detail/segment-add/index.tsx": { "no-restricted-imports": { "count": 1 @@ -5644,16 +3817,6 @@ "count": 6 } }, - "app/components/datasets/documents/detail/settings/__tests__/index.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 5 - } - }, - "app/components/datasets/documents/detail/settings/pipeline-settings/__tests__/left-header.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 1 - } - }, "app/components/datasets/documents/detail/settings/pipeline-settings/index.tsx": { "ts/no-explicit-any": { "count": 6 @@ -5667,26 +3830,11 @@ "count": 1 } }, - "app/components/datasets/documents/detail/settings/pipeline-settings/process-documents/__tests__/actions.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 1 - } - }, - "app/components/datasets/documents/detail/settings/pipeline-settings/process-documents/__tests__/index.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 2 - } - }, "app/components/datasets/documents/detail/settings/pipeline-settings/process-documents/index.tsx": { "ts/no-explicit-any": { "count": 3 } }, - "app/components/datasets/documents/hooks/__tests__/use-document-list-query-state.spec.tsx": { - "e18e/prefer-array-at": { - "count": 18 - } - }, "app/components/datasets/documents/status-item/index.tsx": { "no-restricted-imports": { "count": 1 @@ -5697,19 +3845,6 @@ "count": 2 } }, - "app/components/datasets/external-api/external-api-modal/__tests__/Form.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 14 - } - }, - "app/components/datasets/external-api/external-api-modal/__tests__/index.spec.tsx": { - "e18e/prefer-array-at": { - "count": 1 - }, - "e18e/prefer-static-regex": { - "count": 26 - } - }, "app/components/datasets/external-api/external-api-modal/index.tsx": { "no-restricted-imports": { "count": 3 @@ -5721,21 +3856,11 @@ "count": 5 } }, - "app/components/datasets/external-api/external-api-panel/__tests__/index.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 1 - } - }, "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/__tests__/index.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 11 - } - }, "app/components/datasets/external-api/external-knowledge-api-card/index.tsx": { "no-restricted-imports": { "count": 1 @@ -5775,31 +3900,11 @@ "count": 1 } }, - "app/components/datasets/external-knowledge-base/create/__tests__/InfoPanel.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 10 - } - }, - "app/components/datasets/external-knowledge-base/create/__tests__/KnowledgeBaseInfo.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 11 - } - }, "app/components/datasets/external-knowledge-base/create/index.tsx": { "tailwindcss/enforce-consistent-class-order": { "count": 6 } }, - "app/components/datasets/extra-info/__tests__/index.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 28 - } - }, - "app/components/datasets/extra-info/api-access/__tests__/card.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 6 - } - }, "app/components/datasets/extra-info/api-access/card.tsx": { "tailwindcss/enforce-consistent-class-order": { "count": 2 @@ -5813,19 +3918,6 @@ "count": 1 } }, - "app/components/datasets/extra-info/service-api/__tests__/card.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 11 - } - }, - "app/components/datasets/extra-info/service-api/__tests__/index.spec.tsx": { - "e18e/prefer-spread-syntax": { - "count": 1 - }, - "e18e/prefer-static-regex": { - "count": 56 - } - }, "app/components/datasets/extra-info/service-api/card.tsx": { "tailwindcss/enforce-consistent-class-order": { "count": 6 @@ -5847,59 +3939,11 @@ "count": 4 } }, - "app/components/datasets/formatted-text/flavours/__tests__/edit-slice.spec.tsx": { - "e18e/prefer-spread-syntax": { - "count": 1 - } - }, - "app/components/datasets/formatted-text/flavours/__tests__/preview-slice.spec.tsx": { - "e18e/prefer-spread-syntax": { - "count": 1 - } - }, "app/components/datasets/formatted-text/flavours/type.ts": { "ts/no-empty-object-type": { "count": 1 } }, - "app/components/datasets/hit-testing/__tests__/index.spec.tsx": { - "e18e/prefer-spread-syntax": { - "count": 6 - }, - "e18e/prefer-static-regex": { - "count": 1 - } - }, - "app/components/datasets/hit-testing/components/__tests__/child-chunks-item.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 2 - } - }, - "app/components/datasets/hit-testing/components/__tests__/empty-records.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 1 - } - }, - "app/components/datasets/hit-testing/components/__tests__/result-item-external.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 3 - } - }, - "app/components/datasets/hit-testing/components/__tests__/result-item-footer.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 2 - } - }, - "app/components/datasets/hit-testing/components/__tests__/result-item-meta.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 2 - } - }, - "app/components/datasets/hit-testing/components/__tests__/result-item.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 1 - } - }, "app/components/datasets/hit-testing/components/child-chunks-item.tsx": { "tailwindcss/enforce-consistent-class-order": { "count": 1 @@ -5916,11 +3960,6 @@ "count": 3 } }, - "app/components/datasets/hit-testing/components/query-input/__tests__/index.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 12 - } - }, "app/components/datasets/hit-testing/components/query-input/index.tsx": { "tailwindcss/enforce-consistent-class-order": { "count": 2 @@ -5935,9 +3974,6 @@ } }, "app/components/datasets/hit-testing/components/records.tsx": { - "e18e/prefer-array-to-sorted": { - "count": 1 - }, "tailwindcss/no-unnecessary-whitespace": { "count": 3 } @@ -5965,46 +4001,6 @@ "count": 1 } }, - "app/components/datasets/list/__tests__/datasets.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 2 - } - }, - "app/components/datasets/list/__tests__/index.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 2 - } - }, - "app/components/datasets/list/dataset-card/__tests__/index.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 12 - } - }, - "app/components/datasets/list/dataset-card/__tests__/operations.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 12 - } - }, - "app/components/datasets/list/dataset-card/components/__tests__/corner-labels.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 4 - } - }, - "app/components/datasets/list/dataset-card/components/__tests__/dataset-card-footer.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 1 - } - }, - "app/components/datasets/list/dataset-card/components/__tests__/dataset-card-header.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 8 - } - }, - "app/components/datasets/list/dataset-card/components/__tests__/dataset-card-modals.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 3 - } - }, "app/components/datasets/list/dataset-card/components/dataset-card-footer.tsx": { "no-restricted-imports": { "count": 1 @@ -6043,31 +4039,11 @@ "count": 1 } }, - "app/components/datasets/list/dataset-footer/__tests__/index.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 1 - } - }, - "app/components/datasets/list/new-dataset-card/__tests__/index.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 3 - } - }, "app/components/datasets/list/new-dataset-card/option.tsx": { "tailwindcss/enforce-consistent-class-order": { "count": 1 } }, - "app/components/datasets/metadata/edit-metadata-batch/__tests__/input-has-set-multiple-value.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 1 - } - }, - "app/components/datasets/metadata/edit-metadata-batch/__tests__/modal.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 8 - } - }, "app/components/datasets/metadata/edit-metadata-batch/edit-row.tsx": { "tailwindcss/no-unnecessary-whitespace": { "count": 1 @@ -6104,26 +4080,6 @@ "count": 3 } }, - "app/components/datasets/metadata/hooks/__tests__/use-edit-dataset-metadata.spec.ts": { - "e18e/prefer-static-regex": { - "count": 1 - } - }, - "app/components/datasets/metadata/hooks/__tests__/use-metadata-document.spec.ts": { - "e18e/prefer-static-regex": { - "count": 1 - } - }, - "app/components/datasets/metadata/hooks/use-batch-edit-document-metadata.ts": { - "e18e/prefer-array-some": { - "count": 2 - } - }, - "app/components/datasets/metadata/hooks/use-check-metadata-name.ts": { - "e18e/prefer-static-regex": { - "count": 1 - } - }, "app/components/datasets/metadata/hooks/use-edit-dataset-metadata.ts": { "react-hooks-extra/no-direct-set-state-in-use-effect": { "count": 1 @@ -6134,19 +4090,6 @@ "count": 1 } }, - "app/components/datasets/metadata/metadata-dataset/__tests__/dataset-metadata-drawer.spec.tsx": { - "e18e/prefer-spread-syntax": { - "count": 1 - }, - "e18e/prefer-static-regex": { - "count": 2 - } - }, - "app/components/datasets/metadata/metadata-dataset/__tests__/select-metadata.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 6 - } - }, "app/components/datasets/metadata/metadata-dataset/create-content.tsx": { "ts/no-explicit-any": { "count": 1 @@ -6189,11 +4132,6 @@ "count": 2 } }, - "app/components/datasets/metadata/metadata-document/__tests__/index.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 16 - } - }, "app/components/datasets/metadata/metadata-document/field.tsx": { "tailwindcss/enforce-consistent-class-order": { "count": 1 @@ -6215,11 +4153,6 @@ "count": 1 } }, - "app/components/datasets/preview/__tests__/header.spec.tsx": { - "e18e/prefer-spread-syntax": { - "count": 1 - } - }, "app/components/datasets/preview/header.tsx": { "tailwindcss/enforce-consistent-class-order": { "count": 1 @@ -6230,36 +4163,6 @@ "count": 1 } }, - "app/components/datasets/settings/__tests__/option-card.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 3 - } - }, - "app/components/datasets/settings/chunk-structure/__tests__/index.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 3 - } - }, - "app/components/datasets/settings/form/__tests__/index.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 27 - } - }, - "app/components/datasets/settings/form/components/__tests__/basic-info-section.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 12 - } - }, - "app/components/datasets/settings/form/components/__tests__/external-knowledge-section.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 9 - } - }, - "app/components/datasets/settings/form/components/__tests__/indexing-section.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 26 - } - }, "app/components/datasets/settings/form/components/basic-info-section.tsx": { "tailwindcss/enforce-consistent-class-order": { "count": 3 @@ -6275,16 +4178,6 @@ "count": 7 } }, - "app/components/datasets/settings/index-method/__tests__/index.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 12 - } - }, - "app/components/datasets/settings/index-method/__tests__/keyword-number.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 3 - } - }, "app/components/datasets/settings/index-method/index.tsx": { "no-restricted-imports": { "count": 1 @@ -6303,16 +4196,6 @@ "count": 2 } }, - "app/components/datasets/settings/permission-selector/__tests__/index.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 33 - } - }, - "app/components/datasets/settings/permission-selector/__tests__/member-item.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 4 - } - }, "app/components/datasets/settings/permission-selector/index.tsx": { "no-restricted-imports": { "count": 1 @@ -6342,23 +4225,7 @@ "count": 11 } }, - "app/components/develop/__tests__/ApiServer.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 2 - } - }, - "app/components/develop/__tests__/code.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 3 - } - }, "app/components/develop/code.tsx": { - "e18e/prefer-array-to-sorted": { - "count": 1 - }, - "e18e/prefer-timer-args": { - "count": 1 - }, "ts/no-empty-object-type": { "count": 1 }, @@ -6366,15 +4233,7 @@ "count": 9 } }, - "app/components/develop/hooks/use-doc-toc.ts": { - "e18e/prefer-spread-syntax": { - "count": 1 - } - }, "app/components/develop/md.tsx": { - "e18e/prefer-static-regex": { - "count": 1 - }, "ts/no-empty-object-type": { "count": 1 }, @@ -6382,11 +4241,6 @@ "count": 2 } }, - "app/components/develop/secret-key/__tests__/secret-key-generate.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 4 - } - }, "app/components/develop/secret-key/input-copy.tsx": { "no-restricted-imports": { "count": 1 @@ -6407,11 +4261,6 @@ "count": 2 } }, - "app/components/explore/banner/__tests__/banner-item.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 1 - } - }, "app/components/explore/banner/banner-item.tsx": { "tailwindcss/enforce-consistent-class-order": { "count": 4 @@ -6430,11 +4279,6 @@ "count": 1 } }, - "app/components/explore/create-app-modal/__tests__/index.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 16 - } - }, "app/components/explore/create-app-modal/index.tsx": { "no-restricted-imports": { "count": 1 @@ -6449,11 +4293,6 @@ "count": 1 } }, - "app/components/explore/installed-app/__tests__/index.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 31 - } - }, "app/components/explore/item-operation/index.tsx": { "no-restricted-imports": { "count": 1 @@ -6477,11 +4316,6 @@ "count": 3 } }, - "app/components/explore/try-app/__tests__/index.spec.tsx": { - "e18e/prefer-spread-syntax": { - "count": 1 - } - }, "app/components/explore/try-app/app/chat.tsx": { "no-restricted-imports": { "count": 1 @@ -6519,9 +4353,6 @@ } }, "app/components/goto-anything/actions/commands/registry.ts": { - "e18e/prefer-spread-syntax": { - "count": 1 - }, "ts/no-explicit-any": { "count": 3 } @@ -6539,25 +4370,12 @@ "count": 1 } }, - "app/components/goto-anything/actions/index.ts": { - "e18e/prefer-static-regex": { - "count": 1 - } - }, "app/components/goto-anything/actions/types.ts": { "ts/no-explicit-any": { "count": 2 } }, - "app/components/goto-anything/components/__tests__/footer.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 1 - } - }, "app/components/goto-anything/context.tsx": { - "e18e/prefer-static-regex": { - "count": 1 - }, "react-hooks-extra/no-direct-set-state-in-use-effect": { "count": 4 }, @@ -6570,26 +4388,11 @@ "count": 1 } }, - "app/components/header/ maintenance-notice.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 1 - } - }, - "app/components/header/account-about/index.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 7 - } - }, "app/components/header/account-about/index.tsx": { "no-restricted-imports": { "count": 1 } }, - "app/components/header/account-dropdown/workplace-selector/index.spec.tsx": { - "e18e/prefer-array-at": { - "count": 1 - } - }, "app/components/header/account-dropdown/workplace-selector/index.tsx": { "tailwindcss/enforce-consistent-class-order": { "count": 3 @@ -6603,11 +4406,6 @@ "count": 2 } }, - "app/components/header/account-setting/api-based-extension-page/item.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 4 - } - }, "app/components/header/account-setting/api-based-extension-page/item.tsx": { "no-restricted-imports": { "count": 1 @@ -6623,11 +4421,6 @@ "count": 1 } }, - "app/components/header/account-setting/data-source-page-new/card.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 16 - } - }, "app/components/header/account-setting/data-source-page-new/card.tsx": { "no-restricted-imports": { "count": 1 @@ -6639,11 +4432,6 @@ "count": 2 } }, - "app/components/header/account-setting/data-source-page-new/configure.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 10 - } - }, "app/components/header/account-setting/data-source-page-new/configure.tsx": { "no-restricted-imports": { "count": 1 @@ -6653,9 +4441,6 @@ } }, "app/components/header/account-setting/data-source-page-new/hooks/use-marketplace-all-plugins.ts": { - "e18e/prefer-array-some": { - "count": 1 - }, "ts/no-explicit-any": { "count": 1 } @@ -6689,21 +4474,11 @@ "count": 2 } }, - "app/components/header/account-setting/data-source-page/data-source-notion/operate/index.spec.tsx": { - "e18e/prefer-static-regex": { - "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.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 10 - } - }, "app/components/header/account-setting/data-source-page/data-source-website/config-firecrawl-modal.tsx": { "no-restricted-imports": { "count": 1 @@ -6712,11 +4487,6 @@ "count": 1 } }, - "app/components/header/account-setting/data-source-page/data-source-website/config-jina-reader-modal.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 9 - } - }, "app/components/header/account-setting/data-source-page/data-source-website/config-jina-reader-modal.tsx": { "no-restricted-imports": { "count": 1 @@ -6725,11 +4495,6 @@ "count": 1 } }, - "app/components/header/account-setting/data-source-page/data-source-website/config-watercrawl-modal.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 10 - } - }, "app/components/header/account-setting/data-source-page/data-source-website/config-watercrawl-modal.tsx": { "no-restricted-imports": { "count": 1 @@ -6738,15 +4503,7 @@ "count": 1 } }, - "app/components/header/account-setting/data-source-page/data-source-website/index.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 6 - } - }, "app/components/header/account-setting/data-source-page/data-source-website/index.tsx": { - "e18e/prefer-array-some": { - "count": 1 - }, "ts/no-explicit-any": { "count": 1 } @@ -6769,11 +4526,6 @@ "count": 1 } }, - "app/components/header/account-setting/key-validator/KeyInput.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 2 - } - }, "app/components/header/account-setting/key-validator/declarations.ts": { "ts/no-explicit-any": { "count": 1 @@ -6784,36 +4536,16 @@ "count": 2 } }, - "app/components/header/account-setting/members-page/edit-workspace-modal/index.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 3 - } - }, "app/components/header/account-setting/members-page/edit-workspace-modal/index.tsx": { "no-restricted-imports": { "count": 1 } }, - "app/components/header/account-setting/members-page/index.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 15 - } - }, "app/components/header/account-setting/members-page/index.tsx": { "no-restricted-imports": { "count": 1 } }, - "app/components/header/account-setting/members-page/invite-button.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 3 - } - }, - "app/components/header/account-setting/members-page/invite-modal/index.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 13 - } - }, "app/components/header/account-setting/members-page/invite-modal/index.tsx": { "no-restricted-imports": { "count": 1 @@ -6822,21 +4554,11 @@ "count": 3 } }, - "app/components/header/account-setting/members-page/invite-modal/role-selector.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 2 - } - }, "app/components/header/account-setting/members-page/invite-modal/role-selector.tsx": { "no-restricted-imports": { "count": 1 } }, - "app/components/header/account-setting/members-page/invited-modal/index.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 10 - } - }, "app/components/header/account-setting/members-page/invited-modal/index.tsx": { "no-restricted-imports": { "count": 2 @@ -6855,25 +4577,12 @@ "count": 5 } }, - "app/components/header/account-setting/members-page/operation/transfer-ownership.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 6 - } - }, "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.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 7 - } - }, "app/components/header/account-setting/members-page/transfer-ownership-modal/index.tsx": { - "e18e/prefer-static-regex": { - "count": 2 - }, "no-restricted-imports": { "count": 1 }, @@ -6881,11 +4590,6 @@ "count": 3 } }, - "app/components/header/account-setting/members-page/transfer-ownership-modal/member-selector.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 3 - } - }, "app/components/header/account-setting/members-page/transfer-ownership-modal/member-selector.tsx": { "no-restricted-imports": { "count": 1 @@ -6900,12 +4604,6 @@ } }, "app/components/header/account-setting/model-provider-page/hooks.ts": { - "e18e/prefer-array-some": { - "count": 1 - }, - "e18e/prefer-static-regex": { - "count": 1 - }, "react-hooks-extra/no-direct-set-state-in-use-effect": { "count": 1 }, @@ -6913,21 +4611,11 @@ "count": 3 } }, - "app/components/header/account-setting/model-provider-page/index.tsx": { - "e18e/prefer-array-some": { - "count": 1 - } - }, "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.spec.tsx": { - "e18e/prefer-static-regex": { - "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 @@ -6936,11 +4624,6 @@ "count": 4 } }, - "app/components/header/account-setting/model-provider-page/model-auth/add-custom-model.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 2 - } - }, "app/components/header/account-setting/model-provider-page/model-auth/add-custom-model.tsx": { "no-restricted-imports": { "count": 2 @@ -6962,11 +4645,6 @@ "count": 1 } }, - "app/components/header/account-setting/model-provider-page/model-auth/authorized/index.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 10 - } - }, "app/components/header/account-setting/model-provider-page/model-auth/authorized/index.tsx": { "no-restricted-imports": { "count": 3 @@ -6978,31 +4656,16 @@ "count": 2 } }, - "app/components/header/account-setting/model-provider-page/model-auth/config-model.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 5 - } - }, "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/config-provider.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 8 - } - }, "app/components/header/account-setting/model-provider-page/model-auth/config-provider.tsx": { "no-restricted-imports": { "count": 1 } }, - "app/components/header/account-setting/model-provider-page/model-auth/credential-selector.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 5 - } - }, "app/components/header/account-setting/model-provider-page/model-auth/credential-selector.tsx": { "no-restricted-imports": { "count": 1 @@ -7021,16 +4684,6 @@ "count": 2 } }, - "app/components/header/account-setting/model-provider-page/model-auth/manage-custom-model-credentials.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 1 - } - }, - "app/components/header/account-setting/model-provider-page/model-auth/switch-credential-in-load-balancing.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 8 - } - }, "app/components/header/account-setting/model-provider-page/model-auth/switch-credential-in-load-balancing.tsx": { "no-restricted-imports": { "count": 1 @@ -7039,26 +4692,11 @@ "count": 3 } }, - "app/components/header/account-setting/model-provider-page/model-badge/index.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 2 - } - }, "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-icon/index.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 5 - } - }, - "app/components/header/account-setting/model-provider-page/model-modal/Form.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 1 - } - }, "app/components/header/account-setting/model-provider-page/model-modal/Form.tsx": { "no-restricted-imports": { "count": 2 @@ -7101,11 +4739,6 @@ "count": 2 } }, - "app/components/header/account-setting/model-provider-page/model-parameter-modal/index.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 1 - } - }, "app/components/header/account-setting/model-provider-page/model-parameter-modal/index.tsx": { "no-restricted-imports": { "count": 1 @@ -7127,11 +4760,6 @@ "count": 2 } }, - "app/components/header/account-setting/model-provider-page/model-parameter-modal/presets-parameter.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 5 - } - }, "app/components/header/account-setting/model-provider-page/model-parameter-modal/presets-parameter.tsx": { "no-restricted-imports": { "count": 1 @@ -7182,11 +4810,6 @@ "count": 1 } }, - "app/components/header/account-setting/model-provider-page/model-selector/popup-item.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 1 - } - }, "app/components/header/account-setting/model-provider-page/model-selector/popup-item.tsx": { "no-restricted-imports": { "count": 1 @@ -7213,11 +4836,6 @@ "count": 2 } }, - "app/components/header/account-setting/model-provider-page/provider-added-card/credential-panel.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 4 - } - }, "app/components/header/account-setting/model-provider-page/provider-added-card/credential-panel.tsx": { "tailwindcss/enforce-consistent-class-order": { "count": 1 @@ -7226,11 +4844,6 @@ "count": 1 } }, - "app/components/header/account-setting/model-provider-page/provider-added-card/index.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 2 - } - }, "app/components/header/account-setting/model-provider-page/provider-added-card/index.tsx": { "ts/no-explicit-any": { "count": 1 @@ -7244,11 +4857,6 @@ "count": 1 } }, - "app/components/header/account-setting/model-provider-page/provider-added-card/model-list.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 2 - } - }, "app/components/header/account-setting/model-provider-page/provider-added-card/model-list.tsx": { "tailwindcss/enforce-consistent-class-order": { "count": 2 @@ -7262,11 +4870,6 @@ "count": 5 } }, - "app/components/header/account-setting/model-provider-page/provider-added-card/model-load-balancing-modal.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 23 - } - }, "app/components/header/account-setting/model-provider-page/provider-added-card/model-load-balancing-modal.tsx": { "no-restricted-imports": { "count": 2 @@ -7283,11 +4886,6 @@ "count": 1 } }, - "app/components/header/account-setting/model-provider-page/provider-added-card/quota-panel.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 5 - } - }, "app/components/header/account-setting/model-provider-page/provider-added-card/quota-panel.tsx": { "no-restricted-imports": { "count": 1 @@ -7301,26 +4899,11 @@ "count": 1 } }, - "app/components/header/account-setting/model-provider-page/system-model-selector/index.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 28 - } - }, "app/components/header/account-setting/model-provider-page/system-model-selector/index.tsx": { "no-restricted-imports": { "count": 2 } }, - "app/components/header/account-setting/plugin-page/SerpapiPlugin.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 2 - } - }, - "app/components/header/account-setting/plugin-page/index.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 2 - } - }, "app/components/header/account-setting/plugin-page/utils.ts": { "ts/no-explicit-any": { "count": 4 @@ -7334,51 +4917,21 @@ "count": 1 } }, - "app/components/header/app-selector/index.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 7 - } - }, - "app/components/header/dataset-nav/index.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 6 - } - }, "app/components/header/header-wrapper.tsx": { "ts/no-explicit-any": { "count": 1 } }, - "app/components/header/index.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 5 - } - }, "app/components/header/index.tsx": { "tailwindcss/no-unnecessary-whitespace": { "count": 1 } }, - "app/components/header/license-env/index.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 6 - } - }, "app/components/header/license-env/index.tsx": { "tailwindcss/enforce-consistent-class-order": { "count": 3 } }, - "app/components/header/nav/index.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 11 - } - }, - "app/components/header/nav/nav-selector/index.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 3 - } - }, "app/components/header/nav/nav-selector/index.tsx": { "tailwindcss/no-unnecessary-whitespace": { "count": 1 @@ -7389,11 +4942,6 @@ "count": 1 } }, - "app/components/plugins/base/__tests__/deprecation-notice.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 1 - } - }, "app/components/plugins/base/badges/icon-with-tooltip.tsx": { "no-restricted-imports": { "count": 1 @@ -7448,11 +4996,6 @@ "count": 1 } }, - "app/components/plugins/install-plugin/__tests__/hooks.spec.ts": { - "e18e/prefer-static-regex": { - "count": 3 - } - }, "app/components/plugins/install-plugin/base/installed.tsx": { "tailwindcss/enforce-consistent-class-order": { "count": 1 @@ -7468,11 +5011,6 @@ "count": 4 } }, - "app/components/plugins/install-plugin/install-bundle/__tests__/index.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 11 - } - }, "app/components/plugins/install-plugin/install-bundle/index.tsx": { "no-restricted-imports": { "count": 1 @@ -7489,20 +5027,7 @@ "count": 1 } }, - "app/components/plugins/install-plugin/install-bundle/steps/__tests__/install.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 23 - } - }, - "app/components/plugins/install-plugin/install-bundle/steps/hooks/use-install-multi-state.ts": { - "e18e/prefer-array-some": { - "count": 1 - } - }, "app/components/plugins/install-plugin/install-bundle/steps/install.tsx": { - "e18e/prefer-array-some": { - "count": 1 - }, "tailwindcss/enforce-consistent-class-order": { "count": 2 } @@ -7518,16 +5043,6 @@ "count": 3 } }, - "app/components/plugins/install-plugin/install-from-github/steps/__tests__/loaded.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 17 - } - }, - "app/components/plugins/install-plugin/install-from-github/steps/__tests__/selectPackage.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 1 - } - }, "app/components/plugins/install-plugin/install-from-github/steps/loaded.tsx": { "tailwindcss/enforce-consistent-class-order": { "count": 1 @@ -7554,16 +5069,6 @@ "count": 1 } }, - "app/components/plugins/install-plugin/install-from-local-package/steps/__tests__/install.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 7 - } - }, - "app/components/plugins/install-plugin/install-from-local-package/steps/__tests__/uploading.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 2 - } - }, "app/components/plugins/install-plugin/install-from-local-package/steps/install.tsx": { "tailwindcss/enforce-consistent-class-order": { "count": 2 @@ -7585,31 +5090,11 @@ "count": 1 } }, - "app/components/plugins/install-plugin/install-from-marketplace/steps/__tests__/install.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 4 - } - }, "app/components/plugins/install-plugin/install-from-marketplace/steps/install.tsx": { "tailwindcss/enforce-consistent-class-order": { "count": 2 } }, - "app/components/plugins/install-plugin/utils.ts": { - "e18e/prefer-static-regex": { - "count": 1 - } - }, - "app/components/plugins/marketplace/__tests__/hooks-integration.spec.tsx": { - "e18e/prefer-timer-args": { - "count": 1 - } - }, - "app/components/plugins/marketplace/description/__tests__/index.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 3 - } - }, "app/components/plugins/marketplace/description/index.tsx": { "tailwindcss/enforce-consistent-class-order": { "count": 9 @@ -7643,11 +5128,6 @@ "count": 1 } }, - "app/components/plugins/marketplace/search-box/__tests__/index.spec.tsx": { - "e18e/prefer-array-at": { - "count": 1 - } - }, "app/components/plugins/marketplace/search-box/index.tsx": { "tailwindcss/enforce-consistent-class-order": { "count": 3 @@ -7679,16 +5159,6 @@ "count": 3 } }, - "app/components/plugins/plugin-auth/__tests__/plugin-auth-in-agent.spec.tsx": { - "e18e/prefer-array-at": { - "count": 1 - } - }, - "app/components/plugins/plugin-auth/__tests__/plugin-auth-in-datasource-node.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 2 - } - }, "app/components/plugins/plugin-auth/authorize/add-oauth-button.tsx": { "tailwindcss/enforce-consistent-class-order": { "count": 3 @@ -7726,14 +5196,6 @@ "count": 1 } }, - "app/components/plugins/plugin-auth/authorized/__tests__/index.spec.tsx": { - "e18e/prefer-spread-syntax": { - "count": 24 - }, - "e18e/prefer-static-regex": { - "count": 3 - } - }, "app/components/plugins/plugin-auth/authorized/index.tsx": { "no-restricted-imports": { "count": 3 @@ -7781,11 +5243,6 @@ "count": 2 } }, - "app/components/plugins/plugin-detail-panel/__tests__/detail-header.spec.tsx": { - "e18e/prefer-array-at": { - "count": 1 - } - }, "app/components/plugins/plugin-detail-panel/action-list.tsx": { "tailwindcss/enforce-consistent-class-order": { "count": 1 @@ -7799,14 +5256,6 @@ "count": 1 } }, - "app/components/plugins/plugin-detail-panel/app-selector/__tests__/index.spec.tsx": { - "e18e/prefer-array-at": { - "count": 2 - }, - "e18e/prefer-static-regex": { - "count": 1 - } - }, "app/components/plugins/plugin-detail-panel/app-selector/app-inputs-form.tsx": { "no-restricted-imports": { "count": 1 @@ -7836,11 +5285,6 @@ "count": 2 } }, - "app/components/plugins/plugin-detail-panel/app-selector/hooks/use-app-inputs-form-schema.ts": { - "e18e/prefer-array-from-map": { - "count": 1 - } - }, "app/components/plugins/plugin-detail-panel/app-selector/index.tsx": { "no-restricted-imports": { "count": 1 @@ -7913,11 +5357,6 @@ "count": 1 } }, - "app/components/plugins/plugin-detail-panel/model-selector/__tests__/llm-params-panel.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 2 - } - }, "app/components/plugins/plugin-detail-panel/model-selector/index.tsx": { "no-restricted-imports": { "count": 1 @@ -7946,9 +5385,6 @@ } }, "app/components/plugins/plugin-detail-panel/multiple-tool-selector/index.tsx": { - "e18e/prefer-array-some": { - "count": 2 - }, "no-restricted-imports": { "count": 1 }, @@ -7980,36 +5416,6 @@ "count": 2 } }, - "app/components/plugins/plugin-detail-panel/subscription-list/__tests__/delete-confirm.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 4 - } - }, - "app/components/plugins/plugin-detail-panel/subscription-list/__tests__/index.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 3 - } - }, - "app/components/plugins/plugin-detail-panel/subscription-list/__tests__/list-view.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 2 - } - }, - "app/components/plugins/plugin-detail-panel/subscription-list/__tests__/log-viewer.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 10 - } - }, - "app/components/plugins/plugin-detail-panel/subscription-list/__tests__/selector-view.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 6 - } - }, - "app/components/plugins/plugin-detail-panel/subscription-list/__tests__/subscription-card.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 3 - } - }, "app/components/plugins/plugin-detail-panel/subscription-list/create/common-modal.tsx": { "no-restricted-imports": { "count": 1 @@ -8044,16 +5450,6 @@ "count": 1 } }, - "app/components/plugins/plugin-detail-panel/subscription-list/edit/__tests__/manual-edit-modal.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 1 - } - }, - "app/components/plugins/plugin-detail-panel/subscription-list/edit/__tests__/oauth-edit-modal.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 1 - } - }, "app/components/plugins/plugin-detail-panel/subscription-list/edit/apikey-edit-modal.tsx": { "no-restricted-imports": { "count": 1 @@ -8117,11 +5513,6 @@ "count": 3 } }, - "app/components/plugins/plugin-detail-panel/tool-selector/__tests__/index.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 19 - } - }, "app/components/plugins/plugin-detail-panel/tool-selector/components/reasoning-config-form.tsx": { "no-restricted-imports": { "count": 2 @@ -8179,11 +5570,6 @@ "count": 3 } }, - "app/components/plugins/plugin-item/__tests__/index.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 3 - } - }, "app/components/plugins/plugin-item/action.tsx": { "no-restricted-imports": { "count": 2 @@ -8200,11 +5586,6 @@ "count": 1 } }, - "app/components/plugins/plugin-mutation-model/__tests__/index.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 19 - } - }, "app/components/plugins/plugin-mutation-model/index.tsx": { "no-restricted-imports": { "count": 1 @@ -8213,20 +5594,12 @@ "count": 1 } }, - "app/components/plugins/plugin-page/__tests__/index.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 12 - } - }, "app/components/plugins/plugin-page/context.ts": { "ts/no-explicit-any": { "count": 1 } }, "app/components/plugins/plugin-page/debug-info.tsx": { - "e18e/prefer-static-regex": { - "count": 1 - }, "no-restricted-imports": { "count": 1 }, @@ -8242,19 +5615,6 @@ "count": 1 } }, - "app/components/plugins/plugin-page/filter-management/__tests__/category-filter.spec.tsx": { - "e18e/prefer-array-at": { - "count": 1 - } - }, - "app/components/plugins/plugin-page/filter-management/__tests__/index.spec.tsx": { - "e18e/prefer-array-at": { - "count": 1 - }, - "e18e/prefer-static-regex": { - "count": 2 - } - }, "app/components/plugins/plugin-page/filter-management/category-filter.tsx": { "no-restricted-imports": { "count": 1 @@ -8292,14 +5652,6 @@ "count": 1 } }, - "app/components/plugins/plugin-page/plugin-tasks/__tests__/index.spec.tsx": { - "e18e/prefer-array-at": { - "count": 1 - }, - "e18e/prefer-static-regex": { - "count": 4 - } - }, "app/components/plugins/plugin-page/plugin-tasks/components/plugin-task-list.tsx": { "tailwindcss/enforce-consistent-class-order": { "count": 2 @@ -8315,26 +5667,11 @@ "count": 1 } }, - "app/components/plugins/plugin-page/use-uploader.ts": { - "e18e/prefer-spread-syntax": { - "count": 1 - } - }, "app/components/plugins/provider-card.tsx": { "tailwindcss/enforce-consistent-class-order": { "count": 2 } }, - "app/components/plugins/reference-setting-modal/__tests__/index.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 3 - } - }, - "app/components/plugins/reference-setting-modal/auto-update-setting/__tests__/index.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 1 - } - }, "app/components/plugins/reference-setting-modal/auto-update-setting/index.tsx": { "tailwindcss/enforce-consistent-class-order": { "count": 4 @@ -8399,11 +5736,6 @@ "count": 30 } }, - "app/components/plugins/update-plugin/__tests__/index.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 3 - } - }, "app/components/plugins/update-plugin/downgrade-warning.tsx": { "tailwindcss/enforce-consistent-class-order": { "count": 2 @@ -8425,26 +5757,6 @@ "count": 3 } }, - "app/components/rag-pipeline/components/__tests__/index.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 29 - } - }, - "app/components/rag-pipeline/components/__tests__/version-mismatch-modal.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 6 - } - }, - "app/components/rag-pipeline/components/chunk-card-list/__tests__/chunk-card.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 1 - } - }, - "app/components/rag-pipeline/components/chunk-card-list/__tests__/index.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 34 - } - }, "app/components/rag-pipeline/components/chunk-card-list/chunk-card.tsx": { "tailwindcss/enforce-consistent-class-order": { "count": 2 @@ -8463,16 +5775,6 @@ "count": 2 } }, - "app/components/rag-pipeline/components/panel/input-field/editor/form/__tests__/hooks.spec.ts": { - "e18e/prefer-static-regex": { - "count": 1 - } - }, - "app/components/rag-pipeline/components/panel/input-field/editor/form/__tests__/index.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 6 - } - }, "app/components/rag-pipeline/components/panel/input-field/editor/form/hidden-fields.tsx": { "ts/no-explicit-any": { "count": 1 @@ -8488,11 +5790,6 @@ "count": 2 } }, - "app/components/rag-pipeline/components/panel/input-field/editor/form/schema.ts": { - "e18e/prefer-static-regex": { - "count": 2 - } - }, "app/components/rag-pipeline/components/panel/input-field/editor/form/show-all-settings.tsx": { "tailwindcss/enforce-consistent-class-order": { "count": 2 @@ -8511,11 +5808,6 @@ "count": 1 } }, - "app/components/rag-pipeline/components/panel/input-field/field-list/__tests__/index.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 3 - } - }, "app/components/rag-pipeline/components/panel/input-field/field-list/field-item.tsx": { "tailwindcss/enforce-consistent-class-order": { "count": 3 @@ -8547,11 +5839,6 @@ "count": 1 } }, - "app/components/rag-pipeline/components/panel/input-field/preview/__tests__/index.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 2 - } - }, "app/components/rag-pipeline/components/panel/input-field/preview/data-source.tsx": { "tailwindcss/enforce-consistent-class-order": { "count": 1 @@ -8562,31 +5849,16 @@ "count": 1 } }, - "app/components/rag-pipeline/components/panel/test-run/__tests__/index.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 18 - } - }, "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/__tests__/index.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 35 - } - }, "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/__tests__/index.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 4 - } - }, "app/components/rag-pipeline/components/panel/test-run/preparation/document-processing/index.tsx": { "ts/no-explicit-any": { "count": 1 @@ -8612,11 +5884,6 @@ "count": 1 } }, - "app/components/rag-pipeline/components/panel/test-run/result/result-preview/__tests__/index.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 5 - } - }, "app/components/rag-pipeline/components/panel/test-run/result/result-preview/index.tsx": { "tailwindcss/enforce-consistent-class-order": { "count": 3 @@ -8656,21 +5923,6 @@ "count": 1 } }, - "app/components/rag-pipeline/components/rag-pipeline-header/__tests__/index.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 30 - } - }, - "app/components/rag-pipeline/components/rag-pipeline-header/publisher/__tests__/index.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 33 - } - }, - "app/components/rag-pipeline/components/rag-pipeline-header/publisher/__tests__/popup.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 4 - } - }, "app/components/rag-pipeline/components/rag-pipeline-header/publisher/index.tsx": { "no-restricted-imports": { "count": 1 @@ -8713,16 +5965,6 @@ "count": 2 } }, - "app/components/rag-pipeline/hooks/__tests__/use-available-nodes-meta-data.spec.ts": { - "e18e/prefer-static-regex": { - "count": 2 - } - }, - "app/components/rag-pipeline/hooks/__tests__/use-rag-pipeline-search.spec.tsx": { - "e18e/prefer-array-to-sorted": { - "count": 1 - } - }, "app/components/rag-pipeline/hooks/use-DSL.ts": { "ts/no-explicit-any": { "count": 1 @@ -8753,16 +5995,6 @@ "count": 1 } }, - "app/components/rag-pipeline/hooks/use-pipeline.tsx": { - "e18e/prefer-array-some": { - "count": 2 - } - }, - "app/components/rag-pipeline/hooks/use-update-dsl-modal.ts": { - "e18e/prefer-timer-args": { - "count": 1 - } - }, "app/components/rag-pipeline/store/index.ts": { "ts/no-explicit-any": { "count": 2 @@ -8773,11 +6005,6 @@ "count": 1 } }, - "app/components/share/text-generation/__tests__/info-modal.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 2 - } - }, "app/components/share/text-generation/index.tsx": { "react-hooks-extra/no-direct-set-state-in-use-effect": { "count": 1 @@ -8830,9 +6057,6 @@ } }, "app/components/share/text-generation/run-batch/csv-reader/index.tsx": { - "e18e/prefer-static-regex": { - "count": 1 - }, "tailwindcss/enforce-consistent-class-order": { "count": 1 }, @@ -8840,11 +6064,6 @@ "count": 2 } }, - "app/components/share/text-generation/run-once/__tests__/index.spec.tsx": { - "e18e/prefer-array-at": { - "count": 1 - } - }, "app/components/share/text-generation/run-once/index.tsx": { "no-restricted-imports": { "count": 1 @@ -8864,21 +6083,11 @@ "count": 2 } }, - "app/components/signin/__tests__/countdown.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 4 - } - }, "app/components/signin/countdown.tsx": { "tailwindcss/enforce-consistent-class-order": { "count": 2 } }, - "app/components/tools/edit-custom-collection-modal/__tests__/test-api.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 1 - } - }, "app/components/tools/edit-custom-collection-modal/config-credentials.tsx": { "no-restricted-imports": { "count": 1 @@ -8939,31 +6148,11 @@ "count": 1 } }, - "app/components/tools/marketplace/__tests__/index.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 1 - } - }, "app/components/tools/marketplace/index.tsx": { "tailwindcss/enforce-consistent-class-order": { "count": 10 } }, - "app/components/tools/mcp/__tests__/mcp-service-card.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 5 - } - }, - "app/components/tools/mcp/__tests__/modal.spec.tsx": { - "e18e/prefer-spread-syntax": { - "count": 1 - } - }, - "app/components/tools/mcp/__tests__/provider-card.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 2 - } - }, "app/components/tools/mcp/create-card.tsx": { "tailwindcss/enforce-consistent-class-order": { "count": 2 @@ -8972,11 +6161,6 @@ "count": 1 } }, - "app/components/tools/mcp/detail/__tests__/content.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 1 - } - }, "app/components/tools/mcp/detail/content.tsx": { "no-restricted-imports": { "count": 2 @@ -9009,11 +6193,6 @@ "count": 3 } }, - "app/components/tools/mcp/hooks/use-mcp-modal-form.ts": { - "e18e/prefer-static-regex": { - "count": 2 - } - }, "app/components/tools/mcp/mcp-server-modal.tsx": { "no-restricted-imports": { "count": 1 @@ -9063,11 +6242,6 @@ "count": 3 } }, - "app/components/tools/mcp/sections/__tests__/authentication-section.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 1 - } - }, "app/components/tools/mcp/sections/authentication-section.tsx": { "tailwindcss/enforce-consistent-class-order": { "count": 5 @@ -9088,16 +6262,6 @@ "count": 1 } }, - "app/components/tools/provider/__tests__/custom-create-card.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 2 - } - }, - "app/components/tools/provider/__tests__/empty.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 2 - } - }, "app/components/tools/provider/custom-create-card.tsx": { "tailwindcss/enforce-consistent-class-order": { "count": 1 @@ -9134,25 +6298,12 @@ "count": 4 } }, - "app/components/tools/utils/to-form-schema.ts": { - "e18e/prefer-static-regex": { - "count": 1 - } - }, - "app/components/tools/workflow-tool/__tests__/configure-button.spec.tsx": { - "e18e/prefer-array-at": { - "count": 1 - } - }, "app/components/tools/workflow-tool/confirm-modal/index.tsx": { "no-restricted-imports": { "count": 1 } }, "app/components/tools/workflow-tool/index.tsx": { - "e18e/prefer-static-regex": { - "count": 1 - }, "no-restricted-imports": { "count": 1 }, @@ -9176,16 +6327,6 @@ "count": 3 } }, - "app/components/workflow-app/components/workflow-header/__tests__/features-trigger.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 5 - } - }, - "app/components/workflow-app/components/workflow-header/__tests__/index.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 2 - } - }, "app/components/workflow-app/components/workflow-main.tsx": { "ts/no-explicit-any": { "count": 2 @@ -9292,9 +6433,6 @@ } }, "app/components/workflow/block-selector/index-bar.tsx": { - "e18e/prefer-static-regex": { - "count": 2 - }, "react-refresh/only-export-components": { "count": 1 } @@ -9417,20 +6555,12 @@ "count": 2 } }, - "app/components/workflow/constants.ts": { - "e18e/prefer-static-regex": { - "count": 2 - } - }, "app/components/workflow/context.tsx": { "react-refresh/only-export-components": { "count": 1 } }, "app/components/workflow/datasets-detail-store/provider.tsx": { - "e18e/prefer-spread-syntax": { - "count": 1 - }, "react-refresh/only-export-components": { "count": 1 } @@ -9527,12 +6657,6 @@ } }, "app/components/workflow/hooks/use-checklist.ts": { - "e18e/prefer-array-some": { - "count": 4 - }, - "e18e/prefer-spread-syntax": { - "count": 1 - }, "ts/no-empty-object-type": { "count": 2 }, @@ -9545,11 +6669,6 @@ "count": 3 } }, - "app/components/workflow/hooks/use-edges-interactions.ts": { - "e18e/prefer-array-some": { - "count": 1 - } - }, "app/components/workflow/hooks/use-helpline.ts": { "ts/no-explicit-any": { "count": 1 @@ -9566,12 +6685,6 @@ } }, "app/components/workflow/hooks/use-nodes-interactions.ts": { - "e18e/prefer-array-at": { - "count": 1 - }, - "e18e/prefer-array-some": { - "count": 4 - }, "ts/no-explicit-any": { "count": 8 } @@ -9611,15 +6724,7 @@ "count": 1 } }, - "app/components/workflow/hooks/use-workflow.ts": { - "e18e/prefer-array-some": { - "count": 3 - } - }, "app/components/workflow/index.tsx": { - "e18e/prefer-timer-args": { - "count": 1 - }, "ts/no-explicit-any": { "count": 2 } @@ -9692,12 +6797,6 @@ } }, "app/components/workflow/nodes/_base/components/editor/code-editor/editor-support-vars.tsx": { - "e18e/prefer-array-some": { - "count": 1 - }, - "e18e/prefer-static-regex": { - "count": 2 - }, "react-hooks-extra/no-direct-set-state-in-use-effect": { "count": 1 }, @@ -9832,11 +6931,6 @@ "count": 1 } }, - "app/components/workflow/nodes/_base/components/install-plugin-button.tsx": { - "e18e/prefer-spread-syntax": { - "count": 1 - } - }, "app/components/workflow/nodes/_base/components/layout/field-title.tsx": { "no-restricted-imports": { "count": 1 @@ -9950,9 +7044,6 @@ } }, "app/components/workflow/nodes/_base/components/readonly-input-with-select-var.tsx": { - "e18e/prefer-static-regex": { - "count": 1 - }, "ts/no-explicit-any": { "count": 1 } @@ -9986,11 +7077,6 @@ "count": 1 } }, - "app/components/workflow/nodes/_base/components/support-var-input/index.tsx": { - "e18e/prefer-static-regex": { - "count": 2 - } - }, "app/components/workflow/nodes/_base/components/switch-plugin-version.tsx": { "no-restricted-imports": { "count": 1 @@ -10038,12 +7124,6 @@ } }, "app/components/workflow/nodes/_base/components/variable/utils.ts": { - "e18e/prefer-array-some": { - "count": 1 - }, - "e18e/prefer-array-to-sorted": { - "count": 1 - }, "ts/no-explicit-any": { "count": 32 } @@ -10056,11 +7136,6 @@ "count": 1 } }, - "app/components/workflow/nodes/_base/components/variable/var-list.tsx": { - "e18e/prefer-array-at": { - "count": 2 - } - }, "app/components/workflow/nodes/_base/components/variable/var-reference-picker.tsx": { "no-restricted-imports": { "count": 2 @@ -10084,9 +7159,6 @@ } }, "app/components/workflow/nodes/_base/components/variable/var-reference-vars.tsx": { - "e18e/prefer-array-some": { - "count": 1 - }, "no-restricted-imports": { "count": 1 }, @@ -10167,9 +7239,6 @@ } }, "app/components/workflow/nodes/_base/hooks/use-one-step-run.ts": { - "e18e/prefer-array-at": { - "count": 1 - }, "react-hooks-extra/no-direct-set-state-in-use-effect": { "count": 2 }, @@ -10206,9 +7275,6 @@ } }, "app/components/workflow/nodes/agent/components/model-bar.tsx": { - "e18e/prefer-spread-syntax": { - "count": 5 - }, "no-restricted-imports": { "count": 1 }, @@ -10302,11 +7368,6 @@ "count": 1 } }, - "app/components/workflow/nodes/code/code-parser.ts": { - "e18e/prefer-static-regex": { - "count": 4 - } - }, "app/components/workflow/nodes/code/default.ts": { "ts/no-explicit-any": { "count": 1 @@ -10318,9 +7379,6 @@ } }, "app/components/workflow/nodes/code/use-config.ts": { - "e18e/prefer-static-regex": { - "count": 2 - }, "react-hooks-extra/no-direct-set-state-in-use-effect": { "count": 2 }, @@ -10392,9 +7450,6 @@ } }, "app/components/workflow/nodes/document-extractor/panel.tsx": { - "e18e/prefer-array-from-map": { - "count": 1 - }, "tailwindcss/enforce-consistent-class-order": { "count": 1 } @@ -10430,9 +7485,6 @@ } }, "app/components/workflow/nodes/http/components/curl-panel.tsx": { - "e18e/prefer-static-regex": { - "count": 10 - }, "no-restricted-imports": { "count": 1 } @@ -10488,9 +7540,6 @@ } }, "app/components/workflow/nodes/human-input/components/delivery-method/email-configure-modal.tsx": { - "e18e/prefer-static-regex": { - "count": 1 - }, "no-restricted-imports": { "count": 1 }, @@ -10523,12 +7572,6 @@ } }, "app/components/workflow/nodes/human-input/components/delivery-method/recipient/email-input.tsx": { - "e18e/prefer-array-at": { - "count": 1 - }, - "e18e/prefer-static-regex": { - "count": 1 - }, "no-restricted-imports": { "count": 1 }, @@ -10542,9 +7585,6 @@ } }, "app/components/workflow/nodes/human-input/components/delivery-method/recipient/index.tsx": { - "e18e/prefer-static-regex": { - "count": 1 - }, "tailwindcss/enforce-consistent-class-order": { "count": 2 } @@ -10560,12 +7600,6 @@ } }, "app/components/workflow/nodes/human-input/components/delivery-method/test-email-sender.tsx": { - "e18e/prefer-array-at": { - "count": 1 - }, - "e18e/prefer-static-regex": { - "count": 4 - }, "no-restricted-imports": { "count": 1 }, @@ -10607,22 +7641,11 @@ } }, "app/components/workflow/nodes/human-input/components/timeout.tsx": { - "e18e/prefer-static-regex": { - "count": 1 - }, "tailwindcss/enforce-consistent-class-order": { "count": 2 } }, - "app/components/workflow/nodes/human-input/components/user-action.tsx": { - "e18e/prefer-static-regex": { - "count": 3 - } - }, "app/components/workflow/nodes/human-input/components/variable-in-markdown.tsx": { - "e18e/prefer-static-regex": { - "count": 1 - }, "react-refresh/only-export-components": { "count": 2 }, @@ -10630,11 +7653,6 @@ "count": 8 } }, - "app/components/workflow/nodes/human-input/hooks/use-form-content.ts": { - "e18e/prefer-array-some": { - "count": 1 - } - }, "app/components/workflow/nodes/human-input/node.tsx": { "tailwindcss/enforce-consistent-class-order": { "count": 4 @@ -10657,9 +7675,6 @@ } }, "app/components/workflow/nodes/if-else/components/condition-files-list-value.tsx": { - "e18e/prefer-static-regex": { - "count": 2 - }, "tailwindcss/enforce-consistent-class-order": { "count": 3 }, @@ -10701,11 +7716,6 @@ "count": 1 } }, - "app/components/workflow/nodes/if-else/components/condition-value.tsx": { - "e18e/prefer-static-regex": { - "count": 2 - } - }, "app/components/workflow/nodes/if-else/components/condition-wrap.tsx": { "no-restricted-imports": { "count": 1 @@ -10761,9 +7771,6 @@ } }, "app/components/workflow/nodes/iteration/use-single-run-form-params.ts": { - "e18e/prefer-array-at": { - "count": 1 - }, "ts/no-explicit-any": { "count": 6 } @@ -10995,12 +8002,6 @@ } }, "app/components/workflow/nodes/llm/components/config-prompt.tsx": { - "e18e/prefer-array-at": { - "count": 1 - }, - "e18e/prefer-array-some": { - "count": 1 - }, "ts/no-explicit-any": { "count": 1 } @@ -11090,9 +8091,6 @@ } }, "app/components/workflow/nodes/llm/components/json-schema-config-modal/visual-editor/edit-card/index.tsx": { - "e18e/prefer-static-regex": { - "count": 1 - }, "tailwindcss/enforce-consistent-class-order": { "count": 2 } @@ -11170,9 +8168,6 @@ } }, "app/components/workflow/nodes/loop/components/condition-files-list-value.tsx": { - "e18e/prefer-static-regex": { - "count": 2 - }, "tailwindcss/enforce-consistent-class-order": { "count": 3 }, @@ -11214,11 +8209,6 @@ "count": 1 } }, - "app/components/workflow/nodes/loop/components/condition-value.tsx": { - "e18e/prefer-static-regex": { - "count": 2 - } - }, "app/components/workflow/nodes/loop/components/condition-wrap.tsx": { "no-restricted-imports": { "count": 1 @@ -11268,9 +8258,6 @@ } }, "app/components/workflow/nodes/loop/use-single-run-form-params.ts": { - "e18e/prefer-array-at": { - "count": 1 - }, "ts/no-explicit-any": { "count": 4 } @@ -11505,9 +8492,6 @@ } }, "app/components/workflow/nodes/trigger-plugin/use-config.ts": { - "e18e/prefer-spread-syntax": { - "count": 1 - }, "ts/no-explicit-any": { "count": 1 } @@ -11528,9 +8512,6 @@ } }, "app/components/workflow/nodes/trigger-schedule/default.ts": { - "e18e/prefer-static-regex": { - "count": 1 - }, "regexp/no-unused-capturing-group": { "count": 2 }, @@ -11538,20 +8519,7 @@ "count": 10 } }, - "app/components/workflow/nodes/trigger-schedule/utils/cron-parser.ts": { - "e18e/prefer-static-regex": { - "count": 2 - } - }, - "app/components/workflow/nodes/trigger-schedule/utils/integration.spec.ts": { - "e18e/prefer-static-regex": { - "count": 3 - } - }, "app/components/workflow/nodes/trigger-webhook/components/generic-table.tsx": { - "e18e/prefer-array-at": { - "count": 1 - }, "no-restricted-imports": { "count": 1 }, @@ -11565,9 +8533,6 @@ } }, "app/components/workflow/nodes/trigger-webhook/panel.tsx": { - "e18e/prefer-timer-args": { - "count": 1 - }, "no-restricted-imports": { "count": 2 }, @@ -11575,20 +8540,7 @@ "count": 3 } }, - "app/components/workflow/nodes/trigger-webhook/types.ts": { - "e18e/prefer-static-regex": { - "count": 1 - } - }, - "app/components/workflow/nodes/trigger-webhook/use-config.ts": { - "e18e/prefer-static-regex": { - "count": 1 - } - }, "app/components/workflow/nodes/trigger-webhook/utils/render-output-vars.tsx": { - "e18e/prefer-array-to-sorted": { - "count": 1 - }, "tailwindcss/enforce-consistent-class-order": { "count": 4 } @@ -11603,15 +8555,7 @@ "count": 1 } }, - "app/components/workflow/nodes/variable-assigner/components/node-group-item.tsx": { - "e18e/prefer-array-at": { - "count": 1 - } - }, "app/components/workflow/nodes/variable-assigner/components/node-variable-item.tsx": { - "e18e/prefer-array-at": { - "count": 2 - }, "tailwindcss/enforce-consistent-class-order": { "count": 1 } @@ -11632,11 +8576,6 @@ "count": 2 } }, - "app/components/workflow/nodes/variable-assigner/use-config.ts": { - "e18e/prefer-static-regex": { - "count": 1 - } - }, "app/components/workflow/nodes/variable-assigner/use-single-run-form-params.ts": { "ts/no-explicit-any": { "count": 5 @@ -11733,9 +8672,6 @@ } }, "app/components/workflow/panel/chat-variable-panel/components/object-value-item.tsx": { - "e18e/prefer-static-regex": { - "count": 1 - }, "react-refresh/only-export-components": { "count": 1 }, @@ -11793,17 +8729,11 @@ } }, "app/components/workflow/panel/chat-variable-panel/index.tsx": { - "e18e/prefer-array-some": { - "count": 2 - }, "tailwindcss/enforce-consistent-class-order": { "count": 11 } }, "app/components/workflow/panel/debug-and-preview/chat-wrapper.tsx": { - "e18e/prefer-array-at": { - "count": 1 - }, "ts/no-explicit-any": { "count": 6 } @@ -11838,17 +8768,11 @@ } }, "app/components/workflow/panel/env-panel/index.tsx": { - "e18e/prefer-array-some": { - "count": 2 - }, "tailwindcss/enforce-consistent-class-order": { "count": 2 } }, "app/components/workflow/panel/env-panel/variable-modal.tsx": { - "e18e/prefer-static-regex": { - "count": 1 - }, "no-restricted-imports": { "count": 1 }, @@ -12002,9 +8926,6 @@ } }, "app/components/workflow/run/agent-log/agent-result-panel.tsx": { - "e18e/prefer-array-at": { - "count": 1 - }, "tailwindcss/enforce-consistent-class-order": { "count": 1 } @@ -12117,9 +9038,6 @@ } }, "app/components/workflow/run/utils/format-log/agent/index.ts": { - "e18e/prefer-array-some": { - "count": 2 - }, "ts/no-explicit-any": { "count": 11 } @@ -12168,12 +9086,6 @@ } }, "app/components/workflow/selection-contextmenu.tsx": { - "e18e/prefer-array-at": { - "count": 4 - }, - "e18e/prefer-array-to-sorted": { - "count": 1 - }, "tailwindcss/enforce-consistent-class-order": { "count": 2 }, @@ -12225,16 +9137,6 @@ "count": 2 } }, - "app/components/workflow/utils/__tests__/common.spec.ts": { - "e18e/prefer-static-regex": { - "count": 1 - } - }, - "app/components/workflow/utils/__tests__/elk-layout.spec.ts": { - "e18e/prefer-array-at": { - "count": 2 - } - }, "app/components/workflow/utils/data-source.ts": { "ts/no-explicit-any": { "count": 1 @@ -12245,20 +9147,12 @@ "count": 1 } }, - "app/components/workflow/utils/elk-layout.ts": { - "e18e/prefer-array-to-sorted": { - "count": 2 - } - }, "app/components/workflow/utils/node-navigation.ts": { "ts/no-explicit-any": { "count": 2 } }, "app/components/workflow/utils/node.ts": { - "e18e/prefer-static-regex": { - "count": 1 - }, "regexp/no-super-linear-backtracking": { "count": 1 } @@ -12268,26 +9162,12 @@ "count": 2 } }, - "app/components/workflow/utils/variable.ts": { - "e18e/prefer-static-regex": { - "count": 1 - } - }, "app/components/workflow/utils/workflow-init.ts": { - "e18e/prefer-array-at": { - "count": 1 - }, - "e18e/prefer-array-some": { - "count": 1 - }, "ts/no-explicit-any": { "count": 12 } }, "app/components/workflow/utils/workflow.ts": { - "e18e/prefer-array-some": { - "count": 2 - }, "ts/no-explicit-any": { "count": 1 } @@ -12376,9 +9256,6 @@ } }, "app/components/workflow/variable-inspect/value-content.tsx": { - "e18e/prefer-static-regex": { - "count": 1 - }, "react-hooks-extra/no-direct-set-state-in-use-effect": { "count": 5 }, @@ -12479,9 +9356,6 @@ } }, "app/education-apply/verify-state-modal.tsx": { - "e18e/prefer-timer-args": { - "count": 1 - }, "react-hooks-extra/no-direct-set-state-in-use-effect": { "count": 1 }, @@ -12490,9 +9364,6 @@ } }, "app/forgot-password/ForgotPasswordForm.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 9 - }, "ts/no-explicit-any": { "count": 5 } @@ -12503,17 +9374,11 @@ } }, "app/install/installForm.spec.tsx": { - "e18e/prefer-static-regex": { - "count": 5 - }, "ts/no-explicit-any": { "count": 7 } }, "app/reset-password/check-code/page.tsx": { - "e18e/prefer-static-regex": { - "count": 1 - }, "tailwindcss/enforce-consistent-class-order": { "count": 4 } @@ -12541,11 +9406,6 @@ "count": 1 } }, - "app/signin/check-code/page.tsx": { - "e18e/prefer-static-regex": { - "count": 1 - } - }, "app/signin/components/mail-and-code-auth.tsx": { "tailwindcss/enforce-consistent-class-order": { "count": 1 @@ -12581,9 +9441,6 @@ } }, "app/signup/check-code/page.tsx": { - "e18e/prefer-static-regex": { - "count": 1 - }, "tailwindcss/enforce-consistent-class-order": { "count": 4 } @@ -12656,20 +9513,12 @@ "count": 1 } }, - "docs/test.md": { - "e18e/prefer-static-regex": { - "count": 1 - } - }, "hooks/use-async-window-open.spec.ts": { "ts/no-explicit-any": { "count": 6 } }, "hooks/use-format-time-from-now.spec.ts": { - "e18e/prefer-static-regex": { - "count": 19 - }, "regexp/no-dupe-disjunctions": { "count": 5 }, @@ -12683,9 +9532,6 @@ } }, "hooks/use-mitt.ts": { - "e18e/prefer-spread-syntax": { - "count": 1 - }, "ts/no-explicit-any": { "count": 2 } @@ -12711,16 +9557,6 @@ "count": 3 } }, - "hooks/use-query-params.spec.tsx": { - "e18e/prefer-array-at": { - "count": 15 - } - }, - "i18n-config/server.ts": { - "e18e/prefer-static-regex": { - "count": 1 - } - }, "i18n/de-DE/billing.json": { "no-irregular-whitespace": { "count": 1 @@ -12804,105 +9640,16 @@ "count": 1 } }, - "plugins/eslint/namespaces.js": { - "e18e/prefer-array-to-sorted": { - "count": 1 - } - }, - "plugins/eslint/rules/consistent-placeholders.js": { - "e18e/prefer-object-has-own": { - "count": 1 - }, - "e18e/prefer-spread-syntax": { - "count": 2 - }, - "e18e/prefer-static-regex": { - "count": 2 - } - }, - "plugins/eslint/rules/no-extra-keys.js": { - "e18e/prefer-object-has-own": { - "count": 1 - } - }, - "plugins/eslint/rules/no-legacy-namespace-prefix.js": { - "e18e/prefer-spread-syntax": { - "count": 1 - } - }, - "plugins/eslint/utils.js": { - "e18e/prefer-static-regex": { - "count": 1 - } - }, - "plugins/vite/code-inspector.ts": { - "e18e/prefer-static-regex": { - "count": 2 - } - }, - "plugins/vite/utils.ts": { - "e18e/prefer-static-regex": { - "count": 1 - } - }, - "proxy.ts": { - "e18e/prefer-static-regex": { - "count": 1 - } - }, "scripts/analyze-component.js": { - "e18e/prefer-static-regex": { - "count": 1 - }, "unused-imports/no-unused-vars": { "count": 1 } }, - "scripts/analyze-i18n-diff.ts": { - "e18e/prefer-static-regex": { - "count": 2 - } - }, - "scripts/check-i18n.js": { - "e18e/prefer-spread-syntax": { - "count": 2 - }, - "e18e/prefer-static-regex": { - "count": 7 - } - }, "scripts/component-analyzer.js": { - "e18e/prefer-spread-syntax": { - "count": 1 - }, - "e18e/prefer-static-regex": { - "count": 14 - }, "regexp/no-unused-capturing-group": { "count": 6 } }, - "scripts/gen-doc-paths.ts": { - "e18e/prefer-array-to-sorted": { - "count": 1 - }, - "e18e/prefer-spread-syntax": { - "count": 1 - }, - "e18e/prefer-static-regex": { - "count": 6 - } - }, - "scripts/gen-icons.mjs": { - "e18e/prefer-static-regex": { - "count": 2 - } - }, - "scripts/refactor-component.js": { - "e18e/prefer-static-regex": { - "count": 14 - } - }, "service/annotation.ts": { "ts/no-explicit-any": { "count": 4 @@ -12914,24 +9661,10 @@ } }, "service/base.ts": { - "e18e/prefer-array-at": { - "count": 1 - }, - "e18e/prefer-spread-syntax": { - "count": 7 - }, - "e18e/prefer-static-regex": { - "count": 4 - }, "ts/no-explicit-any": { "count": 3 } }, - "service/client.ts": { - "e18e/prefer-url-canparse": { - "count": 1 - } - }, "service/common.ts": { "ts/no-explicit-any": { "count": 29 @@ -12948,9 +9681,6 @@ } }, "service/fetch.ts": { - "e18e/prefer-static-regex": { - "count": 1 - }, "regexp/no-unused-capturing-group": { "count": 1 }, @@ -12958,11 +9688,6 @@ "count": 2 } }, - "service/refresh-token.ts": { - "e18e/prefer-date-now": { - "count": 2 - } - }, "service/share.ts": { "ts/no-explicit-any": { "count": 3 @@ -12986,11 +9711,6 @@ "count": 7 } }, - "service/use-explore.ts": { - "e18e/prefer-array-to-sorted": { - "count": 1 - } - }, "service/use-pipeline.ts": { "ts/no-explicit-any": { "count": 1 @@ -13002,12 +9722,6 @@ } }, "service/use-plugins.ts": { - "e18e/prefer-array-some": { - "count": 1 - }, - "e18e/prefer-static-regex": { - "count": 2 - }, "react-hooks-extra/no-direct-set-state-in-use-effect": { "count": 1 }, @@ -13029,9 +9743,6 @@ } }, "service/utils.spec.ts": { - "e18e/prefer-static-regex": { - "count": 4 - }, "ts/no-explicit-any": { "count": 2 } @@ -13087,9 +9798,6 @@ } }, "utils/error-parser.ts": { - "e18e/prefer-static-regex": { - "count": 1 - }, "no-console": { "count": 1 }, @@ -13097,11 +9805,6 @@ "count": 1 } }, - "utils/format.ts": { - "e18e/prefer-static-regex": { - "count": 2 - } - }, "utils/get-icon.spec.ts": { "ts/no-explicit-any": { "count": 2 @@ -13113,9 +9816,6 @@ } }, "utils/index.spec.ts": { - "e18e/prefer-static-regex": { - "count": 1 - }, "test/no-identical-title": { "count": 2 }, @@ -13148,35 +9848,14 @@ "count": 4 } }, - "utils/time.spec.ts": { - "e18e/prefer-static-regex": { - "count": 1 - } - }, "utils/tool-call.spec.ts": { "ts/no-explicit-any": { "count": 1 } }, - "utils/urlValidation.ts": { - "e18e/prefer-static-regex": { - "count": 1 - } - }, "utils/validators.ts": { - "e18e/prefer-spread-syntax": { - "count": 1 - }, "ts/no-explicit-any": { "count": 2 } - }, - "utils/var.ts": { - "e18e/prefer-array-some": { - "count": 1 - }, - "e18e/prefer-static-regex": { - "count": 1 - } } } \ No newline at end of file diff --git a/web/eslint.config.mjs b/web/eslint.config.mjs index de78e90548..bfdf284b03 100644 --- a/web/eslint.config.mjs +++ b/web/eslint.config.mjs @@ -1,5 +1,5 @@ // @ts-check -import antfu, { GLOB_TESTS, GLOB_TS, GLOB_TSX } from '@antfu/eslint-config' +import antfu, { GLOB_TESTS, GLOB_TS, GLOB_TSX, isInEditorEnv, isInGitHooksOrLintStaged } from '@antfu/eslint-config' import pluginQuery from '@tanstack/eslint-plugin-query' import tailwindcss from 'eslint-plugin-better-tailwindcss' import hyoban from 'eslint-plugin-hyoban' @@ -12,6 +12,8 @@ import dify from './plugins/eslint/index.js' // See: tailwind-css-plugin.ts process.env.TAILWIND_MODE ??= 'ESLINT' +const disableRuleAutoFix = !(isInEditorEnv() || isInGitHooksOrLintStaged()) + export default antfu( { react: { @@ -46,6 +48,7 @@ export default antfu( 'antfu/top-level-function': 'off', }, }, + e18e: false, }, { rules: { @@ -218,6 +221,10 @@ export default antfu( }, }, ) - .disableRulesFix([ - 'e18e/prefer-array-at', - ]) + .disableRulesFix(disableRuleAutoFix + ? [ + 'tailwindcss/enforce-consistent-class-order', + 'tailwindcss/no-duplicate-classes', + 'tailwindcss/no-unnecessary-whitespace', + ] + : [])