在create-react-app

时间:2019-04-26 08:11:36

标签: eslint create-react-app

我想在未弹出的CRA中禁用单个皮棉规则。我已经在package.json中添加了它,但仍然收到警告。

"eslintConfig": {
    "extends": "react-app",
    "rules": {
      "no-mixed-operators": "off"
    }
  },

我有点喜欢使用x && x.y || defaultValue样式,并发现它在React应用程序中确实非常有用,并且希望禁用此警告。

0 个答案:

没有答案