mirror of
https://github.com/sqlchat/sqlchat.git
synced 2025-08-06 17:28:47 +08:00
10 lines
228 B
JSON
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"
|
|
}
|
|
}
|