candidate data

This commit is contained in:
Suvodip
2025-03-25 10:43:04 +05:30
commit f98b9f9036
83 changed files with 19007 additions and 0 deletions

9
.eslintrc.json Normal file
View File

@@ -0,0 +1,9 @@
{
"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"
}
}