FastGPT/packages/plugins/src
Theresa 2d3117c5da
Some checks failed
Deploy doc image to cf / deploy-production (push) Has been cancelled
Deploy doc image by kubeconfig / build-fastgpt-docs-images (push) Has been cancelled
Build FastGPT images in Personal warehouse / build-fastgpt-images (push) Has been cancelled
Deploy doc image by kubeconfig / update-docs-image (push) Has been cancelled
feat: update ESLint config with @typescript-eslint/consistent-type-imports (#4746)
* update: Add type

* fix: update import statement for NextApiRequest type

* fix: update imports to use type for LexicalEditor and EditorState

* Refactor imports to use 'import type' for type-only imports across multiple files

- Updated imports in various components and API files to use 'import type' for better clarity and to optimize TypeScript's type checking.
- Ensured consistent usage of type imports in files related to chat, dataset, workflow, and user management.
- Improved code readability and maintainability by distinguishing between value and type imports.

* refactor: remove old ESLint configuration and add new rules

- Deleted the old ESLint configuration file from the app project.
- Added a new ESLint configuration file with updated rules and settings.
- Changed imports to use type-only imports in various files for better clarity and performance.
- Updated TypeScript configuration to remove unnecessary options.
- Added an ESLint ignore file to exclude build and dependency directories from linting.

* fix: update imports to use 'import type' for type-only imports in schema files
2025-05-06 17:33:09 +08:00
..
DingTalkWebhook Perf webhook (#3406) 2024-12-16 16:44:39 +08:00
Doc2X Add question guide config (#3403) 2024-12-16 13:49:31 +08:00
WeWorkWebhook Perf webhook (#3406) 2024-12-16 16:44:39 +08:00
bing Add question guide config (#3403) 2024-12-16 13:49:31 +08:00
databaseConnection fix: add connection timeout to database settings (#4434) 2025-04-02 18:11:23 +08:00
delay 4.8.19-feature (#3636) 2025-01-20 19:42:33 +08:00
drawing feat: update ESLint config with @typescript-eslint/consistent-type-imports (#4746) 2025-05-06 17:33:09 +08:00
duckduckgo System plugin adapt reference type in plugin input (#2965) 2024-10-22 14:51:15 +08:00
feishu V4.8.17 feature (#3493) 2024-12-30 10:13:25 +08:00
fetchUrl fix: Check the url to avoid ssrf attacks (#3965) 2025-03-04 14:45:29 +08:00
getTime Plugin support select file (#2756) 2024-09-20 14:12:58 +08:00
google Add question guide config (#3403) 2024-12-16 13:49:31 +08:00
mathExprVal Plugin support select file (#2756) 2024-09-20 14:12:58 +08:00
searchXNG V4.8.18 feature (#3565) 2025-01-11 15:15:38 +08:00
smtpEmail Test email plugin (#4387) 2025-03-28 18:07:55 +08:00
template File input (#2270) 2024-08-06 10:00:22 +08:00
wiki Add question guide config (#3403) 2024-12-16 13:49:31 +08:00