From 8f830d6ccfefb7e36ae926b9da4e3b940a503081 Mon Sep 17 00:00:00 2001 From: Courtney Myers Date: Thu, 19 Dec 2024 13:53:55 -0500 Subject: [PATCH] Fix lint npm script in client app --- app/client/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/client/package.json b/app/client/package.json index 1db1ca55..1f9d0032 100644 --- a/app/client/package.json +++ b/app/client/package.json @@ -14,7 +14,7 @@ "scripts": { "dev": "vite", "build": "tsc && vite build", - "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0", + "lint": "eslint .", "preview": "vite preview" }, "devDependencies": {