mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
fix lint organizations (#4558)
This commit is contained in:
16
angular.json
16
angular.json
@@ -563,8 +563,8 @@
|
|||||||
"builder": "@angular-devkit/build-angular:tslint",
|
"builder": "@angular-devkit/build-angular:tslint",
|
||||||
"options": {
|
"options": {
|
||||||
"tsConfig": [
|
"tsConfig": [
|
||||||
"lib/core/tsconfig.json",
|
"lib/core/tsconfig.lib.json",
|
||||||
"lib/core/tsconfig.json"
|
"lib/core/tsconfig.lib.json"
|
||||||
],
|
],
|
||||||
"exclude": [
|
"exclude": [
|
||||||
"**/node_modules/**"
|
"**/node_modules/**"
|
||||||
@@ -605,8 +605,8 @@
|
|||||||
"builder": "@angular-devkit/build-angular:tslint",
|
"builder": "@angular-devkit/build-angular:tslint",
|
||||||
"options": {
|
"options": {
|
||||||
"tsConfig": [
|
"tsConfig": [
|
||||||
"lib/content-services/tsconfig.json",
|
"lib/content-services/tsconfig.lib.json",
|
||||||
"lib/content-services/tsconfig.json"
|
"lib/content-services/tsconfig.lib.json"
|
||||||
],
|
],
|
||||||
"exclude": [
|
"exclude": [
|
||||||
"**/node_modules/**"
|
"**/node_modules/**"
|
||||||
@@ -647,8 +647,8 @@
|
|||||||
"builder": "@angular-devkit/build-angular:tslint",
|
"builder": "@angular-devkit/build-angular:tslint",
|
||||||
"options": {
|
"options": {
|
||||||
"tsConfig": [
|
"tsConfig": [
|
||||||
"lib/process-services/tsconfig.json",
|
"lib/process-services/tsconfig.lib.json",
|
||||||
"lib/process-services/tsconfig.json"
|
"lib/process-services/tsconfig.lib.json"
|
||||||
],
|
],
|
||||||
"exclude": [
|
"exclude": [
|
||||||
"**/node_modules/**"
|
"**/node_modules/**"
|
||||||
@@ -731,8 +731,8 @@
|
|||||||
"builder": "@angular-devkit/build-angular:tslint",
|
"builder": "@angular-devkit/build-angular:tslint",
|
||||||
"options": {
|
"options": {
|
||||||
"tsConfig": [
|
"tsConfig": [
|
||||||
"lib/insights/tsconfig.json",
|
"lib/insights/tsconfig.lib.json",
|
||||||
"lib/insights/tsconfig.json"
|
"lib/insights/tsconfig.lib.json"
|
||||||
],
|
],
|
||||||
"exclude": [
|
"exclude": [
|
||||||
"**/node_modules/**"
|
"**/node_modules/**"
|
||||||
|
@@ -14,7 +14,7 @@
|
|||||||
</mat-form-field>
|
</mat-form-field>
|
||||||
|
|
||||||
<div class="adf-authentication-type">
|
<div class="adf-authentication-type">
|
||||||
<label> {{'CORE.HOST_SETTINGS.TYPE-AUTH' | translate }} : </label>
|
<div> {{'CORE.HOST_SETTINGS.TYPE-AUTH' | translate }} : </div>
|
||||||
<mat-radio-group formControlName="authType" >
|
<mat-radio-group formControlName="authType" >
|
||||||
<mat-radio-button value="BASIC">{{'CORE.HOST_SETTINGS.BASIC' | translate }}
|
<mat-radio-button value="BASIC">{{'CORE.HOST_SETTINGS.BASIC' | translate }}
|
||||||
</mat-radio-button>
|
</mat-radio-button>
|
||||||
|
@@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"extends": "../tslint.json",
|
"extends": "../tslint.json",
|
||||||
"rules": {
|
"rules": {
|
||||||
"adf-license-banner": [true, "lib/+(core|content-services|process-services|process-services-cloud|insights|extensions|testing)/**/*.ts", "./license-community.txt"]
|
"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-alt-text": true,
|
||||||
"template-accessibility-label-for": true,
|
"template-accessibility-label-for": true,
|
||||||
"template-accessibility-tabindex-no-positive": true,
|
"template-accessibility-tabindex-no-positive": true,
|
||||||
"template-accessibility-table-scope": true,
|
"template-accessibility-table-scope": true,
|
||||||
"template-accessibility-valid-aria": true,
|
"template-accessibility-valid-aria": true,
|
||||||
"template-no-autofocus": true
|
"template-no-autofocus": true
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user