candidate-filter-portal/.eslintrc.json

10 lines
231 B
JSON

{
"extends": "next/core-web-vitals",
"rules": {
"@typescript-eslint/no-explicit-any": "off",
"react-hooks/exhaustive-deps": "warn",
"prefer-const": "warn",
"@typescript-eslint/no-empty-object-type": "off"
}
}