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: Address ESLint errors in verify-locale-strings.js
Fixed all linting issues:
**require-unicode-regexp**: Added 'u' flag to all regex patterns
- Line 50: escapeRegex function
- Line 68: buildExceptionsRegex return
- Lines 84-85: hasTitleCaseViolation quote removal
- Line 89: hasTitleCaseViolation word split
- Lines 97, 100: Title case pattern checks
- Lines 190, 198: convertToSentenceCase quote replacement
- Line 206: convertToSentenceCase word split
**no-plusplus**: Replaced ++ with += 1
- Lines 193, 201: placeholderIndex increments
**no-shadow**: Fixed variable shadowing
- Line 227: Renamed destructured 'text' to 'quotedText' to avoid
shadowing the outer 'text' parameter
All changes verified - script still passes validation tests.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>
0 commit comments