eslint-plugin-github 安装 $ npm install --save-dev eslint eslint-plugin-github 建立 将github添加到ESLint配置中的插件列表中。 JSON ESLint配置示例: { " plugins " : [ " github " ] } 扩展您要使用的配置。 JSON ESLint配置示例: { " extends " : [ " plugin:github/recommended " ] } 可用的配置为: app 适用于github应用程序的规则。 browser 将应用程序发送到浏览器时的