package.json
里找到eslintConfig
新增
"eslintConfig": {
"rules": {
"no-undef": "off",
"no-restricted-globals": "off",
"no-unused-vars": "off"
},
},
React关闭Eslint代码检查
阅读 84
2022-07-12
package.json
里找到eslintConfig
新增
"eslintConfig": {
"rules": {
"no-undef": "off",
"no-restricted-globals": "off",
"no-unused-vars": "off"
},
},
相关推荐
精彩评论(0)