You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
🔧 Fix ESLint layer naming to match actual directory structure (#854)
Change "utility" to "utils" in ESLint configuration and documentation to align with the actual directory name defined in the architecture.
- Update ESLint file pattern from `src/lib/utility/**/*.ts` to `src/lib/utils/**/*.ts`
- Rename layer references from "Helpers/Utility" to "Helpers/Utils" in docs and error messages
- Ensure consistency between code, configuration, and documentation
0 commit comments