aboutsummaryrefslogtreecommitdiffstats
path: root/license-check-and-add-config.json
blob: c0929512bbde1a292bbd65d0480bc6128d109454 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
    "ignore":["openapi","src/assets","server","Dockerfile","*.yml","*.json","*.md","**/*.conf.js",".*","*.sh","*.properties","version","development","*.json.template",".npm"],
    "license": "LICENSE_HEADER",
    "licenseFormats": {
        "js|ts|css": {
            "prepend": "/*",
            "append": " */",
            "eachLine": {
                "prepend": " * "
            }
        },
        "html": {
            "prepend": "<!--",
            "append": "  -->",
            "eachLine": {
                "prepend": "  ~ "
            }
        }
    },
    "trailingWhitespace": "TRIM",
    "regexIdentifier": "##"
}