hi, i want add custom rule for javascript .
i show that Custom rule support was removed in SonarQube 8.9 LTS.
(sonar-custom-rules-examples/javascript-custom-rules at master · SonarSource/sonar-custom-rules-examples · GitHub)
So i have to make custom rule by eslint.
Then is there any way to interface or connect eslint and sonarqube.
(i want to show the result of custom rule by eslint in the sonarqube)