You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Most of the time we just ignore "warn" rules.
If the rule is really important, it is better to prefer "error", otherwise we can just skip this rule.
Solution
Changing all "warn" to "error" - it is a breaking change, so I propose that we can turn off most of warnings, and create another package with more strict rules.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Motivation
Most of the time we just ignore
"warn"
rules.If the rule is really important, it is better to prefer
"error"
, otherwise we can just skip this rule.Solution
Changing all
"warn"
to"error"
- it is a breaking change, so I propose that we can turn off most of warnings, and create another package with more strict rules.The text was updated successfully, but these errors were encountered: