Skip to content

Commit b23d81d

Browse files
committed
refactor(samples): fix lint errors
1 parent 631841c commit b23d81d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/app/lists/lists-routes-data.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ export const listsRoutesData = {
2828
// eslint-disable-next-line quote-props
2929
'tree-basic-sample': { displayName: 'Tree Basic Sample', parentName: 'Tree' },
3030
'tree-advanced-sample': { displayName: 'Tree Advanced Sample', parentName: 'Tree' },
31-
'tree-styling': { displayName: 'Tree Styling', parentName: 'Tree' },
31+
'tree-styling': { displayName: 'Tree Styling', parentName: 'Tree' }
3232
};

src/app/lists/lists.routes.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,5 +163,5 @@ export const ListsRoutes: Routes = [
163163
component: TreeStylingComponent,
164164
data: listsRoutesData['tree-styling'],
165165
path: 'tree-styling'
166-
},
166+
}
167167
];

0 commit comments

Comments
 (0)