解决办法
将代码 …(config.dev.useEslint ? [createLintingRule()] : []),注释
解决问题
You may use special comments to disable some warnings.
Use // eslint-disable-next-line to ignore the next line.
Use /* eslint-disable */ to ignore all warnings in a file.
根据提示发现是代码的格式有问题