Skip to content

runner: Fix removing some but not all stylelint disables from line

Majavah requested to merge taavi/stylelint into master

Fixed the code to start looking for the enable statement from the next line instead of from the same line where the disable statement is. This fixes cases where some but not all disables are being removed from that line.

Merge request reports