Closed WebTravel closed 5 years ago
I know this problem solved team of stylelint here: stylelint/stylelint#3261
@WebTravel Sadly it is not the final result. This feature has been canceled in stylelint@9.10.0.
Ok. Thanks for this information. It's bad news for me.
@chinesedfan Do you have suggestions on an autofixing option with styled-components
or emotion
syntax? Since the styles are within jsx
, I'm pretty sure that we do need a processor.
Hi. I try to find solution for
stylelint --fix
I know this problem solved team of stylelint here: https://github.com/stylelint/stylelint/pull/3261Hovewer, I can't use
stylelint --fix
yet.My
.stylelintrc
:My
package.json
And when I run
yarn stylelint
command I see next message:Autofix is incompatible with processors and will be disabled. Are you sure you need a processor?
I can't see solution for this problem.