From 52d74339a05191ce3d66834d22990d2b3247a755 Mon Sep 17 00:00:00 2001 From: nael Date: Thu, 23 May 2024 12:43:35 +0200 Subject: [PATCH] :rotating_light: Lint warning fix --- apps/magic-link/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/magic-link/package.json b/apps/magic-link/package.json index e2293945e..bfdf42ef6 100644 --- a/apps/magic-link/package.json +++ b/apps/magic-link/package.json @@ -9,7 +9,7 @@ "scripts": { "dev": "vite", "build": "tsc && vite build", - "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0", + "lint": "eslint . --ext ts,tsx --report-unused-disable-directives", "preview": "vite preview", "ci": "pnpm run lint && pnpm run build" },