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" },