which versions are you using (SonarQube, Scanner, Plugin, and any relevant extension)
SonarQube 7.5 Scanner & SonarQube Scanner 3.3.0.1492
what are you trying to achieve
Import the reports generated by stylint and eslint into sonar.
what have you tried so far to achieve this
I use parameter sonar.externalIssuesReportPaths and import multiple reports such as JS and CSS and the import is successful. I want to view the results classified by JS and CSS on the issue page. What should I do to achieve this effect?