license-check-and-add
Version:
A tool to enable the checking, inserting and removal of licenses
19 lines • 473 B
JSON
{
"ignore": ["*.txt", "**/!(text_file_to_not_ignore).txt", "sub_directory/sub_sub_directory_to_ignore"],
"license": "LICENSE",
"licenseFormats": {
"js": {
"prepend": "/*",
"append": " */",
"eachLine": {
"prepend": " * "
}
},
"dotfile|^Dockerfile": {
"eachLine": {
"prepend": "# "
}
}
},
"trailingWhitespace": "TRIM"
}