From fe3ab6cdf1ca1fd209e63865ab3bd683dde1eeca Mon Sep 17 00:00:00 2001 From: Dorian Niemiec Date: Sat, 7 Sep 2024 09:11:51 +0200 Subject: [PATCH] build: add lint:fix npm script --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index dfe3362..80a4073 100644 --- a/package.json +++ b/package.json @@ -7,6 +7,7 @@ "build": "next build", "start": "next start", "lint": "next lint", + "lint:fix": "npm run lint -- --fix", "prepare": "husky", "cz": "cz" },