buster/web/.eslintrc.json

12 lines
261 B
JSON

{
"extends": "next/core-web-vitals",
"rules": {
"@next/next/no-img-element": "off",
"react-hooks/exhaustive-deps": "off",
"no-unused-vars": "off",
"no-empty-pattern": "off",
"no-undef": "error",
"react/no-children-prop": "off"
}
}