doipjs/license-checker-config.json

13 lines
225 B
JSON
Raw Normal View History

2020-10-23 14:35:53 -06:00
{
2021-11-15 08:16:15 -07:00
"ignoreFile": ".licenseignore",
2020-11-07 18:07:02 -07:00
"license": "LICENSE.HEADER",
"licenseFormats": {
"dotfile|licenseignore|gitignore|yml": {
"eachLine": {
"prepend": "# "
}
2020-10-23 14:35:53 -06:00
}
2022-02-25 03:07:17 -07:00
},
"regexIdentifier": "##"
2020-10-23 14:35:53 -06:00
}