package.json
里找到eslintConfig
新增
"eslintConfig": {
"rules": {
"no-undef": "off",
"no-restricted-globals": "off",
"no-unused-vars": "off"
},
},
2023-09-23 19:59:45
package.json
里找到eslintConfig
新增
"eslintConfig": {
"rules": {
"no-undef": "off",
"no-restricted-globals": "off",
"no-unused-vars": "off"
},
},