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

修改package.json

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

 

posted @ 2021-11-02 15:39  明媚下雨天  阅读(471)  评论(0编辑  收藏  举报