Provide a way to specify external license file (#3932)

Create another tslint rule adf-enterprise-license
This commit is contained in:
Maurizio Vitale
2018-10-31 12:59:23 +00:00
committed by Eugenio Romano
parent 3639cc40e7
commit e7ae685bb2
9 changed files with 147 additions and 45 deletions
+2 -1
View File
@@ -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,