From 0943515011c8255d222a17f75730fa17beb16304 Mon Sep 17 00:00:00 2001 From: Lebaud Antoine Date: Tue, 5 Mar 2024 16:43:35 +0100 Subject: [PATCH] wip fix duplicated lint command --- package.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index bc0823a..f6c7c1d 100644 --- a/package.json +++ b/package.json @@ -6,9 +6,8 @@ "dev": "next dev", "build": "next build", "start": "next start", - "lint": "next lint", - "format": "prettier --check --ignore-path .gitignore .", - "format:fix": "prettier --write --ignore-path .gitignore ." + "lint": "prettier --check --ignore-path .gitignore .", + "lint:fix": "prettier --write --ignore-path .gitignore ." }, "dependencies": { "classnames": "^2.5.1",