stylelint: Flow errors
Describe the issue. Is it a bug or a feature request (new rule, new option, etc.)?
I’m using Flow with stylelint and flow shows me errors in stylelint package. If you want to exclude these errors you need to add stylelint in [ignore], but I think better solution will be just remove these comments or fix them.
Which rule, if any, is this issue related to?
Not rule… Flow shows errors in stylelint package, because of bad comments.
What CSS is needed to reproduce this issue?
Not needed…
What stylelint configuration is needed to reproduce this issue?
Doesn’t matter.
Which version of stylelint are you using?
7.10.1
How are you running stylelint: CLI, PostCSS plugin, Node API?
I’m using VS Code plugin.
Does your issue relate to non-standard syntax (e.g. SCSS, nesting, etc.)?
Nop.
What did you expect to happen?
Don’t show errors, because it’s hard to see my own errors in Flow, because of stylelint, number of bad comments which reproduce errors in Flow is 39 (you can see it in picture).
What actually happened (e.g. what warnings or errors you are getting)?
Everything is explained above and also everything is shown in picture.

About this issue
- Original URL
- State: closed
- Created 7 years ago
- Comments: 17 (13 by maintainers)
What @hudochenkov said, I’ve very little knowledge of Flow @crisu83 so if this is something stylelint should fix then we’re more than happy to fix it, I personally just don’t know how 😄
@hudochenkov Done.