stylelint-config-styled-components icon indicating copy to clipboard operation
stylelint-config-styled-components copied to clipboard

Remove deprecated rule

Open narwold opened this issue 1 year ago • 3 comments
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.

narwold avatar Dec 08 '23 14:12 narwold

We've also experienced this, could I ask what the status of this PR is please?

chrislehoczki avatar Jan 19 '24 11:01 chrislehoczki

I wonder if a maintainer has to approve?

narwold avatar Feb 01 '24 16:02 narwold

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 🤷.

domarmstrong avatar Feb 01 '24 17:02 domarmstrong