TIL: CI, eslint max count of warning
So you have CI pipeline and want to exit when eslint finds too many warnings? So eslint has max-warnings arguments in the command line. Number of warnings to trigger nonzero exit code So if you want to limit warnings of 50, you have to run eslint l...
Aug 25, 20231 min read16