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?
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