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.
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.