mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +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
+2
-1
@@ -9,7 +9,8 @@
|
||||
"rules": {
|
||||
"adf-license-banner": [
|
||||
true,
|
||||
"lib/+(core|content-services|process-services|insights)/**/*.ts"
|
||||
"lib/+(core|content-services|process-services|insights)/**/*.ts",
|
||||
"./license-community.txt"
|
||||
],
|
||||
"align": [
|
||||
true,
|
||||
|
||||
Reference in New Issue
Block a user