[ADF-1103] Add custom tslint rules to avoid unwanted Class and File name prefix (#2087)

* custom tslint rules adf project name files

* filename and class prefix rule

* filename process service mock

* fix spec filename

* fix demo shell

* rename mock

* alias deprecated name class

* core rename services

* fix pacakge.json adf-rules

* add exclude in whitelist
This commit is contained in:
Eugenio Romano
2017-07-15 21:59:31 +01:00
committed by Eugenio Romano
parent 160badbbad
commit 6998ffd96c
215 changed files with 3442 additions and 946 deletions

View File

@@ -0,0 +1,11 @@
:host {
width: 100%;
}
.activiti-label {
font-weight: bolder;
}
.activiti-process-header__value {
color: rgb(68, 138, 255);
}