From 3efb95dda9ce4686ffb3c4bc17780435fff32562 Mon Sep 17 00:00:00 2001 From: yassinedorbozgithub Date: Mon, 10 Feb 2025 16:33:06 +0100 Subject: [PATCH] fix(frontend): introduce ESLint no-multiple-empty-lines rule --- frontend/src/layout/themes/theme.ts | 1 - frontend/src/pages/_app.tsx | 1 - 2 files changed, 2 deletions(-) diff --git a/frontend/src/layout/themes/theme.ts b/frontend/src/layout/themes/theme.ts index 84e9e0ef..4cf3a6c4 100644 --- a/frontend/src/layout/themes/theme.ts +++ b/frontend/src/layout/themes/theme.ts @@ -6,7 +6,6 @@ * 2. All derivative works must include clear attribution to the original creator and software, Hexastack and Hexabot, in a prominent location (e.g., in the software's "About" section, documentation, and README file). */ - import { Color, SimplePaletteColorOptions } from "@mui/material"; import { grey, teal } from "@mui/material/colors"; import { createTheme } from "@mui/material/styles"; diff --git a/frontend/src/pages/_app.tsx b/frontend/src/pages/_app.tsx index ca640433..6695c13c 100644 --- a/frontend/src/pages/_app.tsx +++ b/frontend/src/pages/_app.tsx @@ -6,7 +6,6 @@ * 2. All derivative works must include clear attribution to the original creator and software, Hexastack and Hexabot, in a prominent location (e.g., in the software's "About" section, documentation, and README file). */ - import { CssBaseline } from "@mui/material"; import { StyledEngineProvider, ThemeProvider } from "@mui/material/styles"; import type { NextPage } from "next";