Disable Sonar analysis for JS/Vue/TS, but keep coverage

Hey there.

Coverage reporting requires parsing of the files, so there’s no way to turn it off completely. While you could turn off all but 1 rule in the Javascript Quality Profile (at least 1 rule must be active), we don’t expect SonarQube to be used just as a coverage calculator, for any language. We would rather try and solve the performance problem!