Include default value for `flex-wrap`
crstauf opened this issue · 2 comments
crstauf commented
Is there a way I can adjust the error message (per project) so that the default value for flex-wrap
is included? I expect that junior devs on my team will see the error, and add flex-wrap: wrap
without thinking, just to resolve the error.
If not, I may have to run without the rule in place, to prevent other problems.
yuschick commented
There's no support at this time for custom messaging. But I am happy to take suggestions on the message that would be more clear. I agree, it could mention the default nowrap
and needing to explicitly define that if that's what is intended.