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
- Convert RegExp constructors to regex literals (better performance)
- Disable noUselessTernary and noApproximativeNumericConstant rules
- The ternary expressions are intentional for clarity
- The PI test is checking a specific value, not Math.PI
- All tests now pass with npm run lint
0 commit comments