快乐码农Alan007

关注

用create-react-app构建的react项目怎么关闭eslint

快乐码农Alan007

关注

阅读 107

2022-07-12

修改package.json

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

 



相关推荐

分湖芝蘭

React创建create-react-app项目

分湖芝蘭 111 0 0

西特张

使用create-react-app创建react项目

西特张 44 0 0

zhyuzh3d

React create-react-app搭建(npx)

zhyuzh3d 112 0 0

钟罗敏

记录一次 create-react-app 构建项目失败

钟罗敏 70 0 0

googlefrank

使用create-react-app脚手架创建react项目

googlefrank 38 0 0

搬砖的小木匠

使用create-react-app 创建react应用

搬砖的小木匠 80 0 0

东方小不点

使用克隆的 create-react-app 创建 React 项目:分步指南

东方小不点 25 0 0

微言记

创建create-react-app失败

微言记 117 0 0

一叶轻舟okok

Create-React-App 的 JS 项目,升级 TS 指南

一叶轻舟okok 88 0 0

90哦吼

create-react-app卸载与升级

90哦吼 164 0 0

精彩评论(0)

0 0 举报