首发于 项目干货

项目bug总结(持续更新)

  1. Missing return type on function (@typescript-eslint/explicit-module-boundary-types

在文件目录.eslintrc.js文件对应板块加以下内容

"rules": {
"@typescript-eslint/explicit-module-boundary-types": "off"