I guess many developers imports lodash or underscore as _ but then it turns out that eslint ignores unused imports of that modules because of that line in config:
https://github.com/facebookincubator/create-react-app/blob/master/packages/eslint-config-react-app/index.js#L135
Is it necessary?