I need to run SonarQube analysis for .jsx file . Is there any way so that we can run sonar-runner to analyse JSX file for performance issue?
You can try to add:
sonar.javascript.file.suffixes=.js,.jsx
in your sonar-project.properties file. The default value is .js, so only those files will be parsed by Sonar.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With