stylelint-config-styled-components
stylelint-config-styled-components copied to clipboard
Remove deprecated rule
trafficstars
The line removed in this PR was deprecated in Stylelint 15 per https://github.com/stylelint/stylelint/blob/bc9225e53b2d937f1347d55766090cc6264e81a8/docs/migration-guide/to-15.md?plain=1#L66 and started erroring out for us as a missing rule in Stylelint 16.
We've also experienced this, could I ask what the status of this PR is please?
I wonder if a maintainer has to approve?
I've removed this package from our dependencies now, it doesn't seem like it's adding too much, the only rule that mattered to us was 'no-empty-source': null, so I added that to our config 🤷.