(相关资料图)

本教程操作环境:Windows10系统、react17版、Dell G3电脑。

react怎么删除eslint?

React关闭Eslint代码检查

1、npm run eject

2、在package.json 中修改代码

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

3、重启项目

推荐学习:《react视频教程》

以上就是react怎么删除eslint的详细内容,更多请关注php中文网其它相关文章!

推荐内容