react关闭eslint提醒(亲测有效)

2020-01-16  本文已影响0人  冬天的_太阳
npm run eject

"eslintConfig": {
    "extends": "react-app",
    "rules": {
      "no-undef": "off",
      "no-restricted-globals": "off",
      "no-unused-vars": "off"
    }
}
npm start
上一篇下一篇

猜你喜欢

热点阅读