UNPKG

license-check-and-add

Version:

A tool to enable the checking, inserting and removal of licenses

20 lines 416 B
{ "ignoreFile": ".ignorefile", "license": "LICENSE", "licenseFormats": { "js": { "prepend": "/*", "append": " */", "eachLine": { "prepend": " * " } }, "dotfile": { "eachLine": { "prepend": "# " } } }, "trailingWhitespace": "TRIM", "regexIdentifier": "##" }