package.json->eslintConfig找到rules属性填写这段代码
"rules": {
"no-debugger": "off",
"no-console": "off",
"generator-star-spacing": "off",
"no-tabs": "off",
"no-unused-vars": "off",
"no-irregular-whitespace": "off"
}
重新运行项目,ok了