puter/l_checker_config.json

27 lines
593 B
JSON
Raw Permalink Normal View History

2024-03-30 23:08:03 +00:00
{
"ignore": ["**/!(*.js|*.css)", "**/assets/**"],
"license": "doc/license_header.txt",
"licenseFormats": {
"js": {
"prepend": "/*",
"append": " */",
"eachLine": {
"prepend": " * "
}
},
"dotfile|^Dockerfile": {
"eachLine": {
"prepend": "# "
}
},
"css": {
"prepend": "/*",
"append": " */",
"eachLine": {
"prepend": " * "
}
}
},
"trailingWhitespace": "TRIM"
}