react关闭ESlint
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
],
"rules": {
"no-undef": "off",
"no-restricted-globals": "off",
"no-unused-vars": "off"
}
},
标签:off,no,app,react,ESlint,关闭
来源: https://www.cnblogs.com/bingquan1/p/16685319.html