ota-meshi / stylelint-config-recommended-vue

The recommended shareable Vue config for Stylelint.
MIT License
100 stars 5 forks source link

Please update for stylelint v15 #45

Closed MartinX3 closed 1 year ago

t0byman commented 1 year ago

This was closed but no new version has been released? Or was there a different reason this was closed?

MartinX3 commented 1 year ago

It's not fixed. In my opinion it sounds impolite to close a ticket without reason.

ota-meshi commented 1 year ago

I believe this package already supports stylelint v15. Please write details if you have any problems.

https://github.com/ota-meshi/stylelint-config-recommended-vue/blob/124e0fd369645d5871ac7c27409ca2501f403e6e/package.json#L30-L33

I closed this issue because it looked like spam.

t0byman commented 1 year ago

@ota-meshi Sorry, you are right. My problem was that my default formatter was set to Vue Language Features (Volar) instead of Prettier - Code formatter.

MartinX3 commented 1 year ago

@ota-meshi I am unsure if your plugin causes the no-extra-semicolons deprecation warning. I just see that it uses stylelint-config-recommended and since 10.0.1 it has this rule removed.

ota-meshi commented 1 year ago

This package does not have fixed stylelint-config-recommended dependency versions. https://github.com/ota-meshi/stylelint-config-recommended-vue/blob/124e0fd369645d5871ac7c27409ca2501f403e6e/package.json#L25-L29 I think you can solve your problem by deleting node_modules and lock files and reinstalling.

MartinX3 commented 1 year ago

Oh, thank you Then I need to look further which package added it. It's hard to search since just full text search the source code of my used packages revealed no entries. Sorry for the noise.