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
When syntax errors are raised while parsing the .jestlint file, they are silently ignored and the default configuration is used instead. This can be very confusing when trying to understand why a lint is failing while not noticing a missing comma, for example.
When syntax errors are raised while parsing the
.jestlintfile, they are silently ignored and the default configuration is used instead. This can be very confusing when trying to understand why a lint is failing while not noticing a missing comma, for example.