fix: eslint fixes and file formatting

This commit is contained in:
sriram veeraghanta 2024-03-19 20:08:35 +05:30
parent 473dfc7a5b
commit 53ddef1cd5
954 changed files with 3921 additions and 3809 deletions

View file

@ -1,8 +1,8 @@
// nivo
import { ResponsiveBar, BarSvgProps } from "@nivo/bar";
// helpers
import { CHARTS_THEME, DEFAULT_MARGIN } from "constants/graph";
import { generateYAxisTickValues } from "helpers/graph.helper";
import { CHARTS_THEME, DEFAULT_MARGIN } from "@/constants/graph";
import { generateYAxisTickValues } from "@/helpers/graph.helper";
// types
import { TGraph } from "./types";
// constants

View file

@ -1,7 +1,7 @@
// nivo
import { ResponsiveCalendar, CalendarSvgProps } from "@nivo/calendar";
// types
import { CHARTS_THEME, DEFAULT_MARGIN } from "constants/graph";
import { CHARTS_THEME, DEFAULT_MARGIN } from "@/constants/graph";
import { TGraph } from "./types";
// constants

View file

@ -1,8 +1,8 @@
// nivo
import { ResponsiveLine, LineSvgProps } from "@nivo/line";
// helpers
import { CHARTS_THEME, DEFAULT_MARGIN } from "constants/graph";
import { generateYAxisTickValues } from "helpers/graph.helper";
import { CHARTS_THEME, DEFAULT_MARGIN } from "@/constants/graph";
import { generateYAxisTickValues } from "@/helpers/graph.helper";
// types
import { TGraph } from "./types";
// constants

View file

@ -1,7 +1,7 @@
// nivo
import { PieSvgProps, ResponsivePie } from "@nivo/pie";
// types
import { CHARTS_THEME, DEFAULT_MARGIN } from "constants/graph";
import { CHARTS_THEME, DEFAULT_MARGIN } from "@/constants/graph";
import { TGraph } from "./types";
// constants

View file

@ -1,7 +1,7 @@
// nivo
import { ResponsiveScatterPlot, ScatterPlotSvgProps } from "@nivo/scatterplot";
// types
import { CHARTS_THEME, DEFAULT_MARGIN } from "constants/graph";
import { CHARTS_THEME, DEFAULT_MARGIN } from "@/constants/graph";
import { TGraph } from "./types";
// constants