From 702aab25b4d43e15dc446291ac6598fd66ddda64 Mon Sep 17 00:00:00 2001 From: Adrien Husson Date: Sat, 26 Oct 2024 22:23:27 +0200 Subject: [PATCH] fix: add lint:ts:fix to package.json --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index eeccd00a..5eaf4063 100644 --- a/package.json +++ b/package.json @@ -28,6 +28,7 @@ "test:hardhat": "hardhat test", "lint": "yarn lint:forge && yarn lint:ts", "lint:ts": "prettier --check pkg", + "lint:ts:fix": "prettier --write pkg", "lint:forge": "forge fmt --check", "lint:fix": "yarn lint:forge:fix && yarn lint:ts:fix", "lint:forge:fix": "forge fmt",