From e8ef3e0c94e585b5d6b104d8561b79f1b6bf987c Mon Sep 17 00:00:00 2001 From: Digamber negi Date: Tue, 28 Jul 2026 23:51:16 +0530 Subject: [PATCH] Fix ESLint config for linting --- app/page.tsx | 2 +- eslint.config.mjs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/page.tsx b/app/page.tsx index 669cae5..099c298 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -63,7 +63,7 @@ export default function Home() {

- // YOUR_PROJECTS + {"// YOUR_PROJECTS"}

Showcase what you've built with style
diff --git a/eslint.config.mjs b/eslint.config.mjs index 6b51c09..05e726d 100644 --- a/eslint.config.mjs +++ b/eslint.config.mjs @@ -1,4 +1,4 @@ -import { defineConfig, globalIgnores } from "eslint"; +import { defineConfig, globalIgnores } from "eslint/config"; import nextVitals from "eslint-config-next/core-web-vitals"; import nextTs from "eslint-config-next/typescript";