Skip to content

Commit 4ffd009

Browse files
committed
refactor(samples): fix lint errors
1 parent bea4d2c commit 4ffd009

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-routing.module.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ export const listsRoutes: Routes = [
164164
component: TreeStylingComponent,
165165
data: listsRoutesData['tree-styling'],
166166
path: 'tree-styling'
167-
},
167+
}
168168
];
169169

170170
@NgModule({

0 commit comments

Comments
 (0)