* JS-322 Write the TypeScript variant of RSPEC S2301
* And S2301 JavaScript to Sonar Way
* Change argument to parameter
* Improve based on review
* Change back to paramater that sounds more correct
---------
Co-authored-by: Eric MORAND <eric.morand@sonarsource.com>
When an include is not surrounded by empty lines, its content is inlined
on the same line as the adjacent content. That can lead to broken tags
and other display issues.
This PR fixes all such includes and introduces a validation step that
forbids introducing the same problem again.