Files
Dashboard/.eslintrc.json

8 lines
140 B
JSON

{
"extends": ["next/core-web-vitals"],
"rules": {
"react/display-name": "off",
"react-hooks/rules-of-hooks": "off"
}
}