eslint plugin license header:用于验证源文件中许可证头的存在的规则 源码
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 "
文件列表
eslint-plugin-license-header-master.zip
(预估有个15文件)
eslint-plugin-license-header-master
.gitignore
33B
.eslintrc
37B
package.json
909B
package-lock.json
109KB
.travis.yml
72B
LICENSE
1KB
CHANGELOG.md
851B
README.md
1KB
tests
暂无评论