Loading
refactor: Replace eslint no-shadow rule with @typescript/no-shadow rule
Description
eslint no-shadow rule raises invalid warnings for typescript enums. This MR turn off that rule and replaces it with @typescript/no-shadow .
Related Issues
Resolves #[issue_number]
How has this been tested?
Screenshots (if appropriate):
Types of changes
- Bug fix (non-breaking change which fixes an issue)
- New feature (non-breaking change which adds functionality)
- Breaking change (fix or feature that would cause existing functionality to change)
- Documentation
- Chore (Related to CI or Packaging to platforms)
- Test gap
Edited by Enrique Alcántara