From b0e395eae6c2901186d9d8080ec476157f572e9f Mon Sep 17 00:00:00 2001 From: Ayo Date: Tue, 24 Feb 2026 08:15:40 +0100 Subject: [PATCH] chore: add lint:fix --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index b410983..2262163 100644 --- a/package.json +++ b/package.json @@ -6,6 +6,7 @@ "scripts": { "format": "prettier . --write", "lint": "eslint . --config eslint.config.mjs --cache", + "lint:fix": "eslint . --config eslint.config.mjs --fix", "check": "npm run format && npm run lint", "prepare": "husky", "test": "pnpm -F @ayco/astro-sw test",