Skip to content

More Stylelint rules

Tim Zallmann requested to merge tz-stylelint-episode-2 into master

What does this MR do?

  • Extends the stylelint rules based on recommended rules for scss projects
  • Fixes all problems that are currently reported as errors
  • Following rules are still warnings (as the changes for those would pile up to much) but in the next iteration they should become errors as some of them are the most important ones: max-nesting-depth, scss/at-extend-no-missing-placeholder, selector-class-pattern, selector-max-compound-selectors (especially the nesting-depth and the compound selectors should also be lower)

What are the relevant issue numbers?

Does this MR meet the acceptance criteria?

Edited by Tim Zallmann

Merge request reports