UNPKG

license-check-and-add

Version:

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

15 lines 332 B
{ "license": "LICENSE", "ignore": ["ignore_me_via_ignore_array.sh"], "ignoreFile": ".ignorefile", "licenseFormats": { "js": { "prepend": "/*", "append": " */", "eachLine": { "prepend": " * " } } }, "trailingWhitespace": "TRIM" }