mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-23 13:03:50 +00:00
External dataset (#1485)
* fix: revert version * feat: external collection * import context * external ui * doc * fix: ts * clear invalid data * feat: rename sub name * fix: node if else edge remove * fix: init * api size * fix: if else node refresh
This commit is contained in:
@@ -1,12 +1,6 @@
|
||||
|
||||
{
|
||||
"parser": "@typescript-eslint/parser", // 确保使用了 TypeScript 解析器
|
||||
"plugins": ["@typescript-eslint"], // 引入 TypeScript 插件
|
||||
|
||||
"extends": "next/core-web-vitals",
|
||||
"rules": {
|
||||
"react-hooks/rules-of-hooks": 0,
|
||||
"@typescript-eslint/consistent-type-imports": "warn" // 或者 "error" 来强制执行
|
||||
|
||||
"react-hooks/rules-of-hooks": 0
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user