ReactJS_如何關閉eslintConfig

到package.json中
查找到



"eslintConfig": {
    "extends": [
      "react-app",
      "react-app/jest"
    ]
  },



然後改為




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

留言

這個網誌中的熱門文章

經得起原始碼資安弱點掃描的程式設計習慣培養(五)_Missing HSTS Header

經得起原始碼資安弱點掃描的程式設計習慣培養(三)_7.Cross Site Scripting(XSS)_Stored XSS_Reflected XSS All Clients

(2021年度)駕訓學科筆試準備題庫歸納分析_法規是非題