Sonarqube css: How to disable "Unexpected unknown type" rule for selectors with prefix "pr-" Sonarqube css: How to disable "Unexpected unknown type" rule for selectors with prefix "pr-" angular angular

Sonarqube css: How to disable "Unexpected unknown type" rule for selectors with prefix "pr-"


There is a parameter in StyleLint for that situation:

"rules": {     "selector-type-no-unknown": [true, { "ignoreTypes": ["/^mat-/","/^retrace-/"] }]  }