react 取消 eslint

在 package.json 中修改为一下<br><br>"eslintConfig": {

    "extends": "react-app",
    "rules": {
      "no-undef": "off",
      "no-restricted-globals": "off",
      "no-unused-vars": "off"
    }
  }

posted @ 2019-03-07 21:13  甜土豆  阅读(4707)  评论(0)    收藏  举报