Skip to content

Enforce TrailingSemicolon and EmptyLineBetweenBlocks in scss-lint

Clement Ho requested to merge 23319-enable-trailingsemicolon-on-scss-lint into master

What does this MR do?

Enforces two new scss-lint rules

  1. TrailingSemicolon
  2. EmptyLineBetweenBlocks

Are there points in the code the reviewer needs to double check?

Make sure I didn't break anything 😁

Why was this MR needed?

Improve our SCSS, Lessen the burden of catching these during the review process

Screenshots (if relevant)

NOne

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Closes #23319 (closed)

Merge request reports