mirror of
https://github.com/pezkuwichain/pwap.git
synced 2026-04-22 04:27:56 +00:00
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:
+1
-1
@@ -93,7 +93,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",
|
||||
|
||||
Reference in New Issue
Block a user