Using SonarQube 8.1, wondering if I can configure the scanner to use a .stylelintrc file in the project’s base folder.
Thanks!
Alex
Using SonarQube 8.1, wondering if I can configure the scanner to use a .stylelintrc file in the project’s base folder.
Thanks!
Alex
StyleLint reports can be imported by Importing External Issues and passing a Stylelint report to sonar.css.stylelint.reportPaths
, but otherwise SonarQube is not aware of your Stylelint configuration.