In #101, I introduced @babel/eslint-parser to replace the deprecated babel-eslint-parser. It correctly requires you to specify your config explicitly. However, because of the issues ID'd in emberjs/ember-cli-babel#418, we cannot switch to using it throughout, and so instead are using it only for linting presently. Once the upstream design issues are resolved, update to use it directly.