untile / js-configs

Untile configs and conventions
https://untile.pt
MIT License
1 stars 0 forks source link

Fix stylelint customSyntax processor #39

Closed rafaelcruzazevedo closed 1 year ago

rafaelcruzazevedo commented 1 year ago

This PR fixes the customSyntax processor to work with styled-components because the previous is deprecated and for those reasons not working correctly. With this update, some deprecated rules were removed in favor of tests that didn't pass due to the update and stylelint's lint API (throw deprecated rules).