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
Right now, regardless of the outcome of the linting, the script always exits with a return code of 0, indicating success. Instead, in the case of any failures, this should be a positive number.
Right now, regardless of the outcome of the linting, the script always exits with a return code of
0
, indicating success. Instead, in the case of any failures, this should be a positive number.For reference: https://nodejs.org/api/process.html#process_process_exitcode
The text was updated successfully, but these errors were encountered: