Enable ESLint no-undef rule (#4346)

# Description of Changes
Enable ESLint [no-undef
rule](https://eslint.org/docs/latest/rules/no-undef)
This commit is contained in:
James Brunton
2025-10-06 12:10:00 +00:00
committed by GitHub
parent ab6edd3196
commit 2a29bda34f
3 changed files with 46 additions and 6 deletions
+1
View File
@@ -37,6 +37,7 @@
"@tanstack/react-virtual": "^3.13.12",
"autoprefixer": "^10.4.21",
"axios": "^1.12.2",
"globals": "^16.4.0",
"i18next": "^25.5.2",
"i18next-browser-languagedetector": "^8.2.0",
"i18next-http-backend": "^3.0.2",