ESLint에서 warning을 무시하고 error만 출력되게 설정할 수 있다.

eslint --quiet .

또는

eslint -q .

추가로, 특정 디랙토리에 대해서만 error를 출력하게 할 수 있다.

eslint --quiet src/