我正在混合使用Webpack / Babel 6 / React / eslint。根据我所看到的答案,我拥有所有必需的依赖项。我的eslint配置包含以下内容:
"parserOptions": {
"ecmaVersion": 6,
"sourceType": "module",
"ecmaFeatures": {
"jsx": true,
"experimentalObjectRestSpread": true,
"modules": true
}
}
我似乎无法找到解决方案。欢迎任何想法。