Skip to content

Commit d47eb48

Browse files
Scheduler - Remove renamed methods from ESLint allowlist
1 parent 4b12af6 commit d47eb48

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

packages/devextreme/eslint.config.mjs

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -88,16 +88,9 @@ const schedulerR1Overrides = [
8888
];
8989

9090
const schedulerWorkspaceOverrides = [
91-
'_calculateStartViewDate',
92-
'_getAllDayHeight',
9391
'_getCellCount',
94-
'_getDateRange',
95-
'_getDisplayedDate',
9692
'_getGroupCount',
97-
'_getIntervalDuration',
9893
'_isHorizontalGroupedWorkSpace',
99-
'_setVisibilityDates',
100-
'_updateStateVirtualItems',
10194
];
10295

10396
const schedulerLegacyMembers = [

0 commit comments

Comments
 (0)