I am using the community sonarqube 9.2 ,sonalint 6.3 , and nodejsv16.13.1
I can not see any issues about javascript files? I have insalled the msi version of node js but error of @type/node issued. my development IDEA is offline
there is 2 ways for java and javascript static analysis by your solution:
1- using maven plugin : we should set parameters of "sonar.host.url "and “sonar.source”
by “http://localhost:9000” and “c:\users…\target\static\script” becuse maven can see javascript files
2- using sonarlint that uses node js for scanning
both of them used but no issues is not shown.