anmolxlight commented on PR #67497: URL: https://github.com/apache/airflow/pull/67497#issuecomment-4551940125
the rule requires max 3 params — adding timezone as a positional arg pushed `generateHourlyCalendarData`, `calculateDataBounds`, and `createCalendarScale` over the limit. fixed by refactoring each to use a single options object for config params. eslint/prettier/tsc all pass now. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
