解决方案

.eslintrc.js中设置:
parserOptions: {
    sourceType: 'module'
}

重启编译即可

相关文章: