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?