react 关闭eslint 配置

在 package.json 中修改为一下

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

  

猜你喜欢

转载自www.cnblogs.com/lgjc/p/10338702.html
今日推荐