Hello!
I have .stylelintrc in the folder (with css file) with the following rules:
{ "rules": { "max-empty-lines": 1 } }
Also installed plugin https://atom.io/packages/linter-stylelint, and it picks up my settings.
I installed your plugin and I want to format my css file with the configuration from the .stylelintrc, but this does not happen - your plugin is formatting a document on some other settings (rules). Ie in my case - the blank lines are not corrected for example, but other rules are executed, although these rules do not have in my .stylelintrc

What am I doing wrong?
Thank you
Hello!
I have .stylelintrc in the folder (with css file) with the following rules:
{ "rules": { "max-empty-lines": 1 } }Also installed plugin https://atom.io/packages/linter-stylelint, and it picks up my settings.
I installed your plugin and I want to format my css file with the configuration from the .stylelintrc, but this does not happen - your plugin is formatting a document on some other settings (rules). Ie in my case - the blank lines are not corrected for example, but other rules are executed, although these rules do not have in my .stylelintrc
What am I doing wrong?
Thank you