fix: eslint fixes and file formatting
This commit is contained in:
parent
473dfc7a5b
commit
53ddef1cd5
954 changed files with 3921 additions and 3809 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue