我正在使用standardJS(eslint)。对于这一行,我确实得到了一个parsing error: Unexpected token = (null)
,我不明白:
static displayName = `WithData(${getComponentDisplayName(ComposedComponent)})`
我必须添加任何配置吗?我只是在我的 package.json 中使用它:
"standard": {
"env": [
"mocha"
],
"global": [
"React"
]
}