atom-stylefmt
atom-stylefmt copied to clipboard
Formatting code stops showing linter markings
Everytime I use stylefmt to format a file, it removes the underlines and line-markings made by the linter package.
You could have been lucky that it meant that all the errors/warnings were fixed, but for some reason it doesn't fix everything based on the .stylelintrc I have in the project root folder. But that is a bug-ticket for the stylefmt project, not atom-stylefmt, I believe.
It seems like the editor is "refreshed" when stylefmt has run, but it doesn't show the linter markings afterwards. If I move the text-cursor around, I can still get the message-popup for linter, tellling me, that there are errors / warnings.
Here is shown a screenshot of the editor before running atom-stylefmt.

below is shown a screenshot of the editor after running atom-stylefmt.

If any debugging or further info is needed, please tell me and I'll see if I can get it.
@Bubbi perhaps you have more than one project. This package gets a list of all projects and seeking .stylelintrc file in the first of them. If .stylelintrc not found there, the formatting does not work.
