mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
13 lines
498 B
JSON
13 lines
498 B
JSON
{
|
|
"extends": "../tslint.json",
|
|
"rules": {
|
|
"adf-license-banner": [true, "lib/+(core|content-services|process-services|process-services-cloud|insights|extensions|testing)/**/*.ts", "./license-community.txt"],
|
|
"template-accessibility-alt-text": true,
|
|
"template-accessibility-label-for": true,
|
|
"template-accessibility-tabindex-no-positive": true,
|
|
"template-accessibility-table-scope": true,
|
|
"template-accessibility-valid-aria": true,
|
|
"template-no-autofocus": true
|
|
}
|
|
}
|