mirror of
https://github.com/mblanke/Dashboard.git
synced 2026-03-01 04:00:22 -05:00
8 lines
140 B
JSON
8 lines
140 B
JSON
{
|
|
"extends": ["next/core-web-vitals"],
|
|
"rules": {
|
|
"react/display-name": "off",
|
|
"react-hooks/rules-of-hooks": "off"
|
|
}
|
|
}
|