mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-09-17 14:21:29 +00:00
[ci:force] - fixing lint
This commit is contained in:
@@ -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) {
|
||||
|
@@ -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
|
||||
*/
|
||||
|
@@ -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 {
|
||||
|
@@ -15,5 +15,6 @@
|
||||
},
|
||||
"target": "ES2022",
|
||||
"useDefineForClassFields": false
|
||||
}
|
||||
},
|
||||
"include": ["src/**/*.ts", "index.ts"]
|
||||
}
|
||||
|
@@ -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"]
|
||||
}
|
||||
|
Reference in New Issue
Block a user