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
I'm trying to run the linter on a pre-commit script, so I want NPM to halt if there's a lint error. For whatever reason, NPM halts when Standard encounters an error, but not when Snazzy does.
Standard exits with code 1, while Snazzy exits with 255.
Can Snazzy pass thru the same exit code(s) that Standard produces?
The text was updated successfully, but these errors were encountered:
I'm trying to run the linter on a pre-commit script, so I want NPM to halt if there's a lint error. For whatever reason, NPM halts when Standard encounters an error, but not when Snazzy does.
Standard exits with code 1, while Snazzy exits with 255.
Can Snazzy pass thru the same exit code(s) that Standard produces?
The text was updated successfully, but these errors were encountered: