标签: reactjs eslint
我已经编辑了本地.eslintrc.js文件并进行了"no-extend-native": "off"调整,但是它似乎并未对项目生效。我应该怎么做才能禁用此警告?
.eslintrc.js
"no-extend-native": "off"