hugomrdias / prettier-stylelint

code > prettier > stylelint > formatted code
MIT License
175 stars 29 forks source link

Clarification of how this works? #24

Open andywd7 opened 6 years ago

andywd7 commented 6 years ago

Hi,

I just need clarification of if this is supposed to work the same as prettier-eslint?

Is the intention of this to format your code via prettier, and then pass the result of that to stylelint --fix. This way you can get the benefits of prettier's superior formatting capabilities, but also benefit from the configuration capabilities of stylelint.

Or does it just disable some stylelint rules to not conflict with prettier and then just format with prettier?

Thanks