-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add support to stylelint 16 bro #17
Comments
It's not compatible with v16 because it apparently still has some imports from stylelint left which changed in v16:
|
Hi, I've tried to start working on this, but there are several changes involved, as per https://stylelint.io/migration-guide/to-16/ and at the moment I cannot allocate the time needed |
@elirasza will you have time to work on this or should community take the lead for this one? |
I think the community should take the lead. I have very few time lately, but I suggest you look into https://github.com/firefoxic/stylelint-codeguide. @firefoxic has contacted me, wants to unify both packages, and has already prepared his for stylelint 16 + ESM. I am thinking about deprecating stylelint-stylistic in favor of stylelint-codeguide. |
Move to stylelint-codeguide to allow the usage of stylelint 16 Ref: elirasza/stylelint-stylistic#17 Close twbs#232
Move to stylelint-codeguide to allow the usage of stylelint 16 Ref: elirasza/stylelint-stylistic#17 Close twbs#232
Move to stylelint-codeguide to allow the usage of stylelint 16 Ref: elirasza/stylelint-stylistic#17 Close twbs#232
Replace stylelint-stylistic with stylelint-codeguide to allow the usage of Stylelint 16 Also drops Node < 18.12.0 compatibility to match Stylelint requirement Ref: elirasza/stylelint-stylistic#17 Close twbs#232
Replace stylelint-stylistic with stylelint-codeguide to allow the usage of Stylelint 16 Also drops Node < 18.12.0 compatibility to match `stylelint-codeguide` requirements Ref: elirasza/stylelint-stylistic#17 Close twbs#232
Replace `stylelint-stylistic` with `stylelint-codeguide` to allow upgrade to Stylelint 16 Also changes Node version constraints to match `stylelint-codeguide` requirements Ref: - elirasza/stylelint-stylistic#17 - https://github.com/firefoxic/stylelint-codeguide Close twbs#232, close twbs#206
Replace `stylelint-stylistic` with `@stylistic/stylelint-plugin` to allow upgrade to Stylelint 16 Also changes Node version constraints to match new minimum requirements Ref: - elirasza/stylelint-stylistic#17 - https://github.com/stylelint-stylistic/stylelint-stylistic Close twbs#232, close twbs#206
This would be great. |
Already! https://www.npmjs.com/package/@stylistic/stylelint-plugin 🚀 |
@firefoxic that's cool. Ill switch once stylelint-stylistic/stylelint-stylistic#9 is fixed. |
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
The text was updated successfully, but these errors were encountered: