fix(frontend): merge duplicate path imports in eslint config#3270
fix(frontend): merge duplicate path imports in eslint config#3270arkid15r merged 3 commits intoOWASP:mainfrom
Conversation
Summary by CodeRabbit
Note: This release contains no user-facing changes or new features. ✏️ Tip: You can customize this high-level summary in your review settings. WalkthroughReplaced duplicate imports by switching to Node built-in specifiers: merged Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Suggested reviewers
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches
🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro 📒 Files selected for processing (1)
🚧 Files skipped from review as they are similar to previous changes (1)
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 |
|



Resolves #3266
This PR fixes the SonarCloud issue where the
pathmodule was imported multiple times infrontend/eslint.config.mjsby merging them into a single import.This removes the javascript:S3863 code smell and improves maintainability.