puter/packages/terminal/notalicense-license-checker-config.json
2024-04-12 20:53:32 -04:00

26 lines
576 B
JSON

{
"ignore": ["**/!(*.js|*.css)"],
"license": "doc/license_header.txt",
"licenseFormats": {
"js": {
"prepend": "/*",
"append": " */",
"eachLine": {
"prepend": " * "
}
},
"dotfile|^Dockerfile": {
"eachLine": {
"prepend": "# "
}
},
"css": {
"prepend": "/*",
"append": " */",
"eachLine": {
"prepend": " * "
}
}
},
"trailingWhitespace": "TRIM"
}