I am using Atom Editor with the linter and linter-jslint packages
I have my first line of code look like this :
import {WakandaClient} from "wakanda-client";
And I get this error :
Expected an identifier instead saw '{'
Would appreciate some feedback on why I am getting this error when my .jslintrc file contains the "es6":true
parameter.
You can find the link to the github repo issue here