[ci:force] - fixing lint

This commit is contained in:
VitoAlbano
2024-10-12 23:20:30 +01:00
parent 25ae62ad72
commit ed6737a380
138 changed files with 159 additions and 766 deletions

View File

@@ -85,7 +85,6 @@ export class AnalyticsReportListComponent implements OnInit {
/**
* Reload the component
*
* @param reportId report id
*/
reload(reportId?: number) {
@@ -95,7 +94,6 @@ export class AnalyticsReportListComponent implements OnInit {
/**
* Get the report list
*
* @param appId application id
* @param reportId report id
*/
@@ -139,7 +137,6 @@ export class AnalyticsReportListComponent implements OnInit {
/**
* Check if the report list is empty
*
* @returns `true` if report list is empty, otherwise `false`
*/
isReportsEmpty(): boolean {
@@ -148,7 +145,6 @@ export class AnalyticsReportListComponent implements OnInit {
/**
* Select the current report
*
* @param report report model
*/
selectReport(report: ReportParametersModel) {

View File

@@ -50,7 +50,6 @@ export class AnalyticsService {
/**
* Retrieve all the Deployed app
*
* @param appId application id
* @returns list or report parameter models
*/
@@ -71,7 +70,6 @@ export class AnalyticsService {
/**
* Retrieve Report by name
*
* @param reportName - The name of report
* @returns report model
*/

View File

@@ -98,7 +98,6 @@ export class DiagramTooltipComponent implements AfterViewInit, OnDestroy {
/**
* Calculates the tooltip position and displays it
*
* @param event mouseenter/touchend event
*/
private handleMouseEnter(event): void {

View File

@@ -15,5 +15,6 @@
},
"target": "ES2022",
"useDefineForClassFields": false
}
},
"include": ["src/**/*.ts", "index.ts"]
}

View File

@@ -6,5 +6,5 @@
"useDefineForClassFields": false
},
"files": ["src/test.ts"],
"include": ["**/*.spec.ts", "**/*.test.ts", "**/*.d.ts"]
"include": ["**/*.spec.ts", "**/*.test.ts", "**/*.d.ts", "index.ts"]
}