Import in body of module; reorder to top
导入的模块没有放到顶部

解决方案,禁用导入放到顶部检查:
在根目录.eslintrc.js的rules中添加"import/first": 0规则

"import/first": 0