fix: address lint CI failures#235
Conversation
📝 WalkthroughWalkthroughTwo client-side utility files receive defensive coding corrections. In 🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
07b6ddc to
0b19f70
Compare
0b19f70 to
f62960c
Compare
Summary
This PR fixes the current main lint CI failures after the rslint upgrade with a minimal diff. It keeps the existing ANSI regex implementation and adds localized
no-control-regexdisables for those literals, removes the redundant boolean cast around thecodePointAtcapability check, and usesObject.prototype.hasOwnProperty.callfor color overrides.Related Links