mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
* simplify tslint and unify main tslint extension in sub folders * remove autofix * fix lint extension and process cloud
7 lines
212 B
JSON
7 lines
212 B
JSON
{
|
|
"extends": "../tslint.json",
|
|
"rules": {
|
|
"adf-license-banner": [true, "lib/+(core|content-services|process-services|process-services-cloud|insights|extensions)/**/*.ts", "./license-community.txt"]
|
|
}
|
|
}
|