conedevelopment / cone-site

The new 11ty-based portfolio website of Cone.
https://conedevelopment.com
3 stars 2 forks source link

Reduce number of project-wide Stylelint rules #3

Closed szepeviktor closed 7 months ago

szepeviktor commented 11 months ago

Would you welcome a PR shrinking the rc file?

{
  "extends": "stylelint-config-sass-guidelines",
  "plugins": ["stylelint-order"],
  "rules": {
    "max-nesting-depth": 4,
    "order/properties-alphabetical-order": true
  }
}
adamlaki commented 11 months ago

First I will look into this in Spruce CSS. This is a good idea in general but there are some edge cases where it is tricky.