From 9d982d56144353b01c77ec95b8389b50665a26ec Mon Sep 17 00:00:00 2001 From: Egor Date: Thu, 15 Jan 2026 19:37:30 +0300 Subject: [PATCH] Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e603362..b9de959 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,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", "type-check": "tsc --noEmit", "preview": "vite preview" },