Files
sqlchat/.eslintrc.json
2023-03-23 16:18:13 +08:00

10 lines
228 B
JSON

{
"extends": "next/core-web-vitals",
"rules": {
"import/no-anonymous-default-export": "off",
"@next/next/no-img-element": "off",
"react/jsx-no-target-blank": "off",
"react-hooks/exhaustive-deps": "off"
}
}