0

我正在使用standardJS(eslint)。对于这一行,我确实得到了一个parsing error: Unexpected token = (null),我不明白:

static displayName = `WithData(${getComponentDisplayName(ComposedComponent)})`

我必须添加任何配置吗?我只是在我的 package.json 中使用它:

"standard": {
  "env": [
    "mocha"
  ],
  "global": [
    "React"
  ]
}
4

1 回答 1

0

我已经"parser": "babel-eslint"为standardJS 添加了选项。

于 2017-10-23T19:33:25.970 回答