Files
FastGPT/projects/home/.eslintrc.json
2023-12-31 14:12:51 +08:00

7 lines
94 B
JSON

{
"extends": "next/core-web-vitals",
"rules": {
"react-hooks/rules-of-hooks": 0
}
}