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
Many examples in the code include "warning" for the severity. As of EsLint 5.3.0 (maybe earlier, don't know) this is not wanted:
Configuration for rule "mocha/valid-suite-description" is invalid: Severity should be one of the following: 0 = off, 1 = warn, 2 = error (you passed '"warning"').
So replace them with "warn".
The text was updated successfully, but these errors were encountered:
Many examples in the code include "warning" for the severity. As of EsLint 5.3.0 (maybe earlier, don't know) this is not wanted:
So replace them with
"warn"
.The text was updated successfully, but these errors were encountered: