Skip to content

Commit 6010044

Browse files
committed
chore(*): fix lint errors
1 parent 82d20f6 commit 6010044

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/app/grid-finjs/grid-finjs.component.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ export class GridFinJSComponent {
6363
private strongPositive = (rowData: any): boolean => rowData['Change(%)'] >= 1;
6464
private strongNegative = (rowData: any): boolean => rowData['Change(%)'] <= -1;
6565

66+
// eslint-disable-next-line @typescript-eslint/member-ordering
6667
public trends = {
6768
changeNeg: this.changeNegative,
6869
changePos: this.changePositive,
@@ -72,6 +73,7 @@ export class GridFinJSComponent {
7273
strongPositive: this.strongPositive
7374
};
7475

76+
// eslint-disable-next-line @typescript-eslint/member-ordering
7577
public trendsChange = {
7678
changeNeg2: this.changeNegative,
7779
changePos2: this.changePositive,

0 commit comments

Comments
 (0)