mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
Provide a way to specify external license file (#3932)
Create another tslint rule adf-enterprise-license
This commit is contained in:
committed by
Eugenio Romano
parent
3639cc40e7
commit
e7ae685bb2
@@ -6,7 +6,8 @@
|
||||
"rules": {
|
||||
"adf-license-banner": [
|
||||
true,
|
||||
"e2e/**/*.ts"
|
||||
"e2e/**/*.ts",
|
||||
"./license-community.txt"
|
||||
],
|
||||
"align": [
|
||||
true,
|
||||
|
Reference in New Issue
Block a user