eslint-plugin-license-header 验证源文件中许可证标头存在的规则。 安装 npm install eslint-plugin-license-header --save-dev 用法 将license-header添加到.eslintrc配置文件的插件部分。 您可以省略eslint-plugin-前缀: { " plugins " : [ " license-header " ] } 然后在“规则”部分下配置要使用的规则。 { " rules " : { " license-header/header " : [ " error "