fix: resolve remaining ESLint error and install missing globals dependency

- Removed unused useCallback import from CitizensIssues.tsx
- Installed globals package required by eslint.config.js
- All ESLint errors and warnings now resolved

Lint now passes with 0 errors and 0 warnings.
This commit is contained in:
Claude
2025-11-21 13:39:36 +00:00
parent 1f467d85f7
commit 15d6dc62c9
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -88,7 +88,7 @@
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^5.1.0-rc.0",
"eslint-plugin-react-refresh": "^0.4.9",
"globals": "^15.9.0",
"globals": "^15.15.0",
"husky": "^9.1.7",
"jsdom": "^27.2.0",
"postcss": "^8.4.47",