Fixing Ember CLI linting errors

I recently updated my Ember CLI to version 2.13.2 and started a new project.

I was greeted with erros because babel-lint wasn’t configured, firstly it was build errors that I cannot remember (or reproduce at the moment).But I was also getting linting errors because import is a reserved word, obviously this was obfusticating any actual errors from being displayed.

I added this file to the root directory of my project and since then I’ve not had any issues with it, even when creating new projects.

Sometimes the whole Javascript ecosystem can be a bit crazy, and there always seems to be at least a little bit of a learning curve after even a short break.

Happy programming!