[AAE-10461] Fix license header checker (#7823)

* [AAE-10461] Fix license header checker

* trigger travis

* fix license headers for cli lib

* rebase
This commit is contained in:
Tomasz Gnyp
2022-09-12 19:07:27 +02:00
committed by GitHub
parent 88beaf3535
commit b7e8abc529
74 changed files with 589 additions and 286 deletions
+4 -2
View File
@@ -30,7 +30,8 @@
"plugins": [
"eslint-plugin-unicorn",
"eslint-plugin-rxjs",
"ban"
"ban",
"license-header"
],
"rules": {
"ban/ban": [
@@ -130,7 +131,8 @@
"allowShortCircuit": true,
"allowTernary": true
}
]
],
"license-header/header": ["error", "./license-community.txt"]
}
},
{