doipjs/license-checker-config.json

13 lines
225 B
JSON
Raw Normal View History

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