0

I use a SonarQube 5.6.6 with sonarJS 3.3.0.5702 pluged on.

I am looking how to make my Sonar check the code indentation, i don't find rules for that on JavaScript.

Is my sonarJS version in cause ?

llooiicc
  • 1
  • 2

2 Answers2

1

There is no rules in SonarJS checking code indentation.

You can use prettier for your project to ganantee right formatting

Elena Vilchik
  • 1,085
  • 6
  • 11