aboutsummaryrefslogtreecommitdiffstats
path: root/license-check-and-add-config.json
diff options
context:
space:
mode:
Diffstat (limited to 'license-check-and-add-config.json')
-rw-r--r--license-check-and-add-config.json22
1 files changed, 22 insertions, 0 deletions
diff --git a/license-check-and-add-config.json b/license-check-and-add-config.json
new file mode 100644
index 0000000..c092951
--- /dev/null
+++ b/license-check-and-add-config.json
@@ -0,0 +1,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": "##"
+}