1 min readOct 16, 2018
This setting here should actually fix it:
https://gist.github.com/karanssj4/7188528ab36fb4e78c8fc385510f3136
"settings": {
"import/resolver": {
"node" : {
"extensions": [".js",".jsx",".vue"]
}
}
}
Add that below your rules object in the .eslintrc.json
file. Study the gist there and you’ll see.