mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-22 12:20:34 +00:00

* rebuild embedding queue * dataset menu * feat: rebuild data api * feat: ui change embedding model * dataset ui * feat: rebuild index ui * rename collection
13 lines
335 B
JSON
13 lines
335 B
JSON
|
|
{
|
|
"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" 来强制执行
|
|
|
|
}
|
|
}
|