eslint-config 标准eslint配置。 安装 npm install --save-dev @softwareventures/eslint-config 或对于纱线使用者: yarn add --dev @softwareventures/eslint-config 用法 要将此eslint配置应用于您的项目,请将其添加到.eslintrc.js文件或package.json的eslintConfig字段中: { " extends " : " @softwareventures " }