I have an established TS project with a specific set of TSLint rules that are enabled and I want to analyze it using Sonarqube. To do this, I installed the most recent LTE version of Sonarqube along with the TS plugin provided by Sonar.
Although the TS plugin comes with a decent set of rules, the ones currently being utilized in the project don't exactly align with the TSPlugin rules.
I am looking to bring in the rules that are being used and defined in the project into Sonarqube. How can this be accomplished?