直接在package.json中的"eslintConfig"下的"rule"中添加代码
"no-console": "off",
"no-debugger": "off",
"no-mixed-spaces-and-tabs": "off"
"rules": {
"no-console": "off",
"no-debugger": "off",
"no-mixed-spaces-and-tabs": "off"
}
重启项目即可