其他分享
首页 > 其他分享> > react关闭ESlint

react关闭ESlint

作者:互联网

react关闭ESlint

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

标签:off,no,app,react,ESlint,关闭
来源: https://www.cnblogs.com/bingquan1/p/16685319.html