0
点赞
收藏
分享

微信扫一扫

React关闭Eslint代码检查

妖妖妈 2022-07-12 阅读 84


​package.json​​​里找到​​eslintConfig​​ 新增

"eslintConfig": {
"rules": {
"no-undef": "off",
"no-restricted-globals": "off",
"no-unused-vars": "off"
},
},


举报

相关推荐

0 条评论