Closed NotWoods closed 9 months ago
Adding a linter rule for invalid shorthand values like those warned agaisnt in the docs:
I also improved the no-shorthands rule to handle template strings and !important, then shared logic between the two rules.
no-shorthands
!important
🤖 This report was generated against 132c8fe71bb5cc03a5008f3902292ce82fb8c8de
Love it ❤️ Will trigger a release after the merge 🚀
Adding a linter rule for invalid shorthand values like those warned agaisnt in the docs:
I also improved the
no-shorthands
rule to handle template strings and!important
, then shared logic between the two rules.