yuschick/stylelint-plugin-defensive-css

add support to stylelint 16 bro

Opened this issue ยท 4 comments

Please support stylelint 16.0.0, the big one

Now the code is in ESM instead of CommonJS

Very good

Stylelint team published docs to know how to migrate with ease.

No need to keep support to commons from now on.

Style lint 16 is not allowed in your package.json. remove this restriction to

This update is on my radar. I'll get this updated ๐Ÿ‘

Looks like there is a limitation on the jest-preset-stylelin side. I can't get my tests to pass until they also support Stylelint 16. There is an open PR to support this already, so hopefully it'll happen soon. Once I am able to ensure my tests pass in both 15 and 16 environments, I will release support for this.

stylelint/jest-preset-stylelint#87

ximex commented

the mentioned PR is now merged and a new version released

๐Ÿš€ Just published version 1.0.0 which now has support for Stylelint 16.