ESlint throw errors instead of warnings
--max-warnings
can serve this purpose: --max-warnings=0
means that any warnings cause eslint to report an error.
https://github.com/eslint/eslint/issues/2309#issuecomment-219828044
--max-warnings
can serve this purpose: --max-warnings=0
means that any warnings cause eslint to report an error.
https://github.com/eslint/eslint/issues/2309#issuecomment-219828044