Make and add rule by ESLint for javascript and then i want interface it to sonarqube

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)

Hey there.

You can pass your ESLint report to ’sonar.eslint.reportPaths (Importing Third-Party Issues | SonarQube Docs)