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

View File

@@ -6,7 +6,8 @@
"rules": {
"adf-license-banner": [
true,
"e2e/**/*.ts"
"e2e/**/*.ts",
"./license-community.txt"
],
"align": [
true,