Closed zRelux closed 4 years ago
It does. There are some limitation to autofixing (some times it won't work to avoid breaking styles).
For basic setup you could try my config. Copy content of this file to .stylelintrc.js
in the root of your projects.
Install stylelint and plugin:
npm install --save-dev stylelint stylelint-order
And run stylelint:
stylelint "src/**/*.js"
I was wondering if this plugin works with styled components. If so if I could get a basic setup to try it out