JS/TS 2424 flags "System" as built-in object

SonarQube 8.9.9
TS/JS rule 2424

Sample: import {System} from "my-package";

Code gets flagged with Remove this override of "System" even though there is no global System object/interface that I can find in DOM or Node.

Hi @Thw0rted ,

thank you for reporting this. Indeed system should not be in the globals list. I created an issue to track this.

Thanks,
Victor