react关闭ESlint

react关闭ESlint

  "eslintConfig": {
    "extends": [
      "react-app",
      "react-app/jest"
    ],
    "rules": {
      "no-undef": "off",
      "no-restricted-globals": "off",
      "no-unused-vars": "off"
    }
  },
posted @ 2022-09-12 01:50  HuangBingQuan  阅读(77)  评论(0编辑  收藏  举报