fix: eslint issues and reconfiguring (#3891)
* fix: eslint fixes --------- Co-authored-by: gurusainath <gurusainath007@gmail.com>
This commit is contained in:
parent
921b9078f1
commit
3d09a69d58
790 changed files with 4155 additions and 4051 deletions
|
|
@ -1,7 +1,7 @@
|
|||
// helpers
|
||||
import { ICalendarDate, ICalendarPayload } from "components/issues";
|
||||
import { getWeekNumberOfDate, renderFormattedPayloadDate } from "helpers/date-time.helper";
|
||||
// types
|
||||
import { ICalendarDate, ICalendarPayload } from "components/issues";
|
||||
|
||||
export const formatDate = (date: Date, format: string): string => {
|
||||
const day = date.getDate();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue